Click here to Skip to main content
15,917,473 members
Home / Discussions / C#
   

C#

 
AnswerRe: classes relating issue Pin
Guffa21-Oct-07 23:26
Guffa21-Oct-07 23:26 
AnswerRe: classes relating issue Pin
Christian Graus22-Oct-07 0:08
protectorChristian Graus22-Oct-07 0:08 
GeneralRe: classes relating issue Pin
Scott Dorman22-Oct-07 4:47
professionalScott Dorman22-Oct-07 4:47 
AnswerRe: classes relating issue Pin
kabutar22-Oct-07 20:35
kabutar22-Oct-07 20:35 
QuestionHow to change Form Look?? Pin
Mohib Sheth21-Oct-07 22:38
Mohib Sheth21-Oct-07 22:38 
AnswerRe: How to change Form Look?? Pin
TJoe22-Oct-07 2:10
TJoe22-Oct-07 2:10 
GeneralRe: How to change Form Look?? Pin
Mohib Sheth22-Oct-07 21:21
Mohib Sheth22-Oct-07 21:21 
QuestionMy new process is not finishing properly Pin
liorjj21-Oct-07 22:21
liorjj21-Oct-07 22:21 
Hi,

I need your help for some sporadic problem that I got during starting new process (C# 1.1).

when I 'm starting new process on remote machine (using remoting), my process starts properly and launching an external application, but from some strange reason it does not exit , and the CPU is growing almost to 98% despite the fact that the application I run via this process finished its job.

Please see my code below:


Code: ( text )
proc = new Process();
proc.EnableRaisingEvents = true;
proc.StartInfo.FileName = m_AppExeName;
proc.StartInfo.WorkingDirectory = m_AppFolderName;
proc.StartInfo.UseShellExecute = false;
proc.Start();Cry | :((

10x,



Lior
AnswerRe: My new process is not finishing properly Pin
Martin#21-Oct-07 22:45
Martin#21-Oct-07 22:45 
GeneralRe: My new process is not finishing properly Pin
liorjj21-Oct-07 23:16
liorjj21-Oct-07 23:16 
GeneralRe: My new process is not finishing properly Pin
Martin#21-Oct-07 23:19
Martin#21-Oct-07 23:19 
Questionhow can send fax with C# ? Pin
B.A21-Oct-07 22:06
B.A21-Oct-07 22:06 
AnswerRe: how can send fax with C# ? Pin
Spunky Coder21-Oct-07 22:17
Spunky Coder21-Oct-07 22:17 
AnswerRe: how can send fax with C# ? Pin
Abhijit Jana21-Oct-07 22:35
professionalAbhijit Jana21-Oct-07 22:35 
Questionstatic class Pin
Sonia Gupta21-Oct-07 22:02
Sonia Gupta21-Oct-07 22:02 
AnswerRe: static class Pin
DavidNohejl21-Oct-07 22:17
DavidNohejl21-Oct-07 22:17 
AnswerRe: static class Pin
il_masacratore22-Oct-07 7:58
il_masacratore22-Oct-07 7:58 
Questionfunction clarification Pin
Sonia Gupta21-Oct-07 21:54
Sonia Gupta21-Oct-07 21:54 
AnswerRe: function clarification Pin
Pete O'Hanlon21-Oct-07 22:10
mvePete O'Hanlon21-Oct-07 22:10 
AnswerRe: function clarification Pin
Guffa21-Oct-07 22:19
Guffa21-Oct-07 22:19 
GeneralRe: function clarification Pin
Sonia Gupta21-Oct-07 22:26
Sonia Gupta21-Oct-07 22:26 
QuestionAdding a chm file to the project Pin
Shimzz18721-Oct-07 21:40
Shimzz18721-Oct-07 21:40 
AnswerRe: Adding a chm file to the project Pin
Spunky Coder21-Oct-07 21:44
Spunky Coder21-Oct-07 21:44 
GeneralRe: Adding a chm file to the project Pin
Shimzz18721-Oct-07 23:58
Shimzz18721-Oct-07 23:58 
GeneralRe: Adding a chm file to the project Pin
Spunky Coder22-Oct-07 0:52
Spunky Coder22-Oct-07 0:52 

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.