|
-
Jan 27th, 2006, 01:50 AM
#1
Thread Starter
Lively Member
[RESOLVED] How To Tell If Another Program Is Running When You Only Have The Title
I need to know if a program is running and all I have is the name of the window.
Anyone know how to do this?
-
Jan 27th, 2006, 02:30 AM
#2
Thread Starter
Lively Member
Re: How To Tell If Another Program Is Running When You Only Have The Title
answered my own question...
for anyone that runs into this later on....
Process[] procList = Process.GetProcesses();
-
Jan 27th, 2006, 04:10 AM
#3
Re: [RESOLVED] How To Tell If Another Program Is Running When You Only Have The Title
Or even GetProcessesByName.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|