Click here to Skip to main content
15,898,938 members
Home / Discussions / C#
   

C#

 
GeneralRe: Meaning of Serializable Pin
Pankaj - Joshi14-Dec-07 21:20
Pankaj - Joshi14-Dec-07 21:20 
GeneralRe: Meaning of Serializable Pin
Dave Kreskowiak15-Dec-07 5:45
mveDave Kreskowiak15-Dec-07 5:45 
GeneralRe: Meaning of Serializable Pin
JoeRip15-Dec-07 11:40
JoeRip15-Dec-07 11:40 
QuestionHow o find the path of the running process ( dll or exe ) Pin
Yanshof14-Dec-07 13:44
Yanshof14-Dec-07 13:44 
AnswerRe: How o find the path of the running process ( dll or exe ) Pin
Giorgi Dalakishvili15-Dec-07 2:54
mentorGiorgi Dalakishvili15-Dec-07 2:54 
QuestionWhat's the best way to detect the launch of an exe? Pin
JoeRip14-Dec-07 13:25
JoeRip14-Dec-07 13:25 
AnswerRe: What's the best way to detect the launch of an exe? Pin
Giorgi Dalakishvili15-Dec-07 3:06
mentorGiorgi Dalakishvili15-Dec-07 3:06 
AnswerRe: What's the best way to detect the launch of an exe? Pin
Dave Kreskowiak15-Dec-07 5:43
mveDave Kreskowiak15-Dec-07 5:43 
You can use WMI and the classes in the System.Management namespace to do this.

Th FileSystemWatcher will do you no good in this case because the .EXE will not change when you launch it.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




GeneralRe: What's the best way to detect the launch of an exe? Pin
JoeRip15-Dec-07 11:37
JoeRip15-Dec-07 11:37 
GeneralRe: What's the best way to detect the launch of an exe? Pin
Dave Kreskowiak15-Dec-07 12:21
mveDave Kreskowiak15-Dec-07 12:21 
GeneralRe: What's the best way to detect the launch of an exe? Pin
JoeRip15-Dec-07 13:42
JoeRip15-Dec-07 13:42 
GeneralRe: What's the best way to detect the launch of an exe? Pin
JoeRip15-Dec-07 13:53
JoeRip15-Dec-07 13:53 
GeneralForcing XP style.. Pin
Dio2214-Dec-07 9:23
Dio2214-Dec-07 9:23 
GeneralRe: Forcing XP style.. Pin
Dan Neely14-Dec-07 9:30
Dan Neely14-Dec-07 9:30 
QuestionHandling Server Exceptions at Client in Remoting? Pin
kumar.bs14-Dec-07 8:39
kumar.bs14-Dec-07 8:39 
GeneralEnrollment Page.. Pin
Rajeshwar Code- Developer14-Dec-07 7:13
Rajeshwar Code- Developer14-Dec-07 7:13 
GeneralRe: Enrollment Page.. Pin
pmarfleet14-Dec-07 9:33
pmarfleet14-Dec-07 9:33 
GeneralConditional Project References (MSBuild) Pin
Skippums14-Dec-07 6:21
Skippums14-Dec-07 6:21 
GeneralCopy access table to another access table Pin
ph1l214-Dec-07 6:18
ph1l214-Dec-07 6:18 
GeneralRe: Copy access table to another access table Pin
dan!sh 14-Dec-07 6:48
professional dan!sh 14-Dec-07 6:48 
Generaldatagridview checkbox Pin
arkiboys14-Dec-07 5:25
arkiboys14-Dec-07 5:25 
GeneralRe: datagridview checkbox Pin
Paul Conrad23-Dec-07 9:47
professionalPaul Conrad23-Dec-07 9:47 
QuestionHow to paint all controls in form's paint,completely removing control's own paint Pin
ctoma200514-Dec-07 4:41
ctoma200514-Dec-07 4:41 
AnswerRe: How to paint all controls in form's paint,completely removing control's own paint Pin
Wes Aday14-Dec-07 5:25
professionalWes Aday14-Dec-07 5:25 
GeneralRe: How to paint all controls in form's paint,completely removing control's own paint Pin
ctoma200514-Dec-07 6:21
ctoma200514-Dec-07 6:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.