Click here to Skip to main content
15,886,199 members
Home / Discussions / C#
   

C#

 
GeneralRe: invoking events of a control under another control Pin
jamesjk13-Aug-09 22:05
jamesjk13-Aug-09 22:05 
GeneralRe: invoking events of a control under another control Pin
Eslam Afifi14-Aug-09 2:58
Eslam Afifi14-Aug-09 2:58 
AnswerRe: invoking events of a control under another control Pin
kb-boxer13-Aug-09 1:00
kb-boxer13-Aug-09 1:00 
Generalinvoking events of a control under another control Pin
jamesjk13-Aug-09 1:15
jamesjk13-Aug-09 1:15 
Questioninvoking events of a control under another control -- i shall make it clearer Pin
jamesjk13-Aug-09 1:16
jamesjk13-Aug-09 1:16 
QuestionAdding Dll reference problem........ Pin
shaina223112-Aug-09 20:06
shaina223112-Aug-09 20:06 
AnswerRe: Adding Dll reference problem........ Pin
Eslam Afifi12-Aug-09 21:01
Eslam Afifi12-Aug-09 21:01 
QuestionHow to identify the Process, that is created using Code ? Pin
Jacobb Michael12-Aug-09 19:03
Jacobb Michael12-Aug-09 19:03 
Hi all !

i have opened the notepad using the the code as bellow:

System.Diagnostics.ProcessStartInfo obj = new System.Diagnostics.ProcessStartInfo();
obj.FileName = "C:\\Test.txt"
System.Diagnostics.Process objprocess = new System.Diagnostics.Process();
objprocess.StartInfo = obj;
objprocess.Start();

Is it possible to identify whether the notepad(process) is opened through the above code or manually by the user.

I am using WMI(Win32_ProcessStopTrace of Win32ProcessStartTrace)

Pls can some one help me.

thanks in advance

Regards
.....Jack

AnswerRe: How to identify the Process, that is created using Code ? Pin
V.12-Aug-09 20:27
professionalV.12-Aug-09 20:27 
GeneralRe: How to identify the Process, that is created using Code ? Pin
Jacobb Michael13-Aug-09 5:23
Jacobb Michael13-Aug-09 5:23 
QuestionC# Save the the last entered data on application exit and reload it on application start. Pin
maheesh12-Aug-09 16:49
maheesh12-Aug-09 16:49 
AnswerRe: C# Save the the last entered data on application exit and reload it on application start. Pin
N a v a n e e t h12-Aug-09 16:51
N a v a n e e t h12-Aug-09 16:51 
GeneralRe: C# Save the the last entered data on application exit and reload it on application start. Pin
maheesh12-Aug-09 18:50
maheesh12-Aug-09 18:50 
GeneralRe: C# Save the the last entered data on application exit and reload it on application start. Pin
Christian Graus12-Aug-09 19:00
protectorChristian Graus12-Aug-09 19:00 
GeneralRe: C# Save the the last entered data on application exit and reload it on application start. Pin
maheesh12-Aug-09 19:19
maheesh12-Aug-09 19:19 
AnswerRe: C# Save the the last entered data on application exit and reload it on application start. Pin
Mycroft Holmes12-Aug-09 18:08
professionalMycroft Holmes12-Aug-09 18:08 
AnswerRe: C# Save the the last entered data on application exit and reload it on application start. Pin
mustang8612-Aug-09 20:00
mustang8612-Aug-09 20:00 
AnswerRe: C# Save the the last entered data on application exit and reload it on application start. Pin
wjp_auhtm12-Aug-09 21:07
wjp_auhtm12-Aug-09 21:07 
GeneralRe: C# Save the the last entered data on application exit and reload it on application start. Pin
maheesh12-Aug-09 22:16
maheesh12-Aug-09 22:16 
GeneralRe: C# Save the the last entered data on application exit and reload it on application start. Pin
wjp_auhtm13-Aug-09 0:22
wjp_auhtm13-Aug-09 0:22 
GeneralRe: C# Save the the last entered data on application exit and reload it on application start. Pin
maheesh13-Aug-09 1:32
maheesh13-Aug-09 1:32 
QuestionAccessing/reading .TTF Pin
dell22412-Aug-09 16:17
dell22412-Aug-09 16:17 
QuestionVisio file to pdf Pin
StefCarle12-Aug-09 15:19
StefCarle12-Aug-09 15:19 
AnswerRe: Visio file to pdf Pin
Christian Graus12-Aug-09 16:45
protectorChristian Graus12-Aug-09 16:45 
QuestionPopulate TreeView from a flat file Pin
ccsalway12-Aug-09 11:48
ccsalway12-Aug-09 11:48 

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.