Click here to Skip to main content
15,892,965 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: My new process is not finishing properly Pin
Martin#21-Oct-07 22:45
Martin#21-Oct-07 22:45 
Hello,

Two Point's that come in my mind:

.)
Are you holding the reference to the Process all the time or are you disposing it proper.
You could use a 'using'-block for that:
using (Process proc = new Process())
{
   proc...
}


.)
Why are you setting the 'EnableRaisingEvents' to 'true'.
Are you handling the 'Exited' event somewere?


All the best,

Martin

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 
Questionflicker usercontrol Pin
nhathoang21-Oct-07 21:28
nhathoang21-Oct-07 21:28 

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.