VB.Net- Visual basic

08/24/2008 20:54 (GAME)Master#1
Any 1 know what code I would need to write to have my program I create
attach to the process and scan for a process?

Thanx much....peace :handsdown:
08/25/2008 00:14 nTL3fTy#2
Quote:
Originally Posted by (GAME)Master View Post
Any 1 know what code I would need to write to have my program I create
attach to the process and scan for a process?

Thanx much....peace :handsdown:
Code:
Dim COProcessTotal As Process() = Process.GetProcessesByName("Conquer")
09/04/2008 03:23 (GAME)Master#3
Quote:
Originally Posted by nTL3fTy View Post
Code:
Dim COProcessTotal As Process() = Process.GetProcessesByName("Conquer")

Ok thanx man