Click here to Skip to main content
16,010,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: Writing a Remote Desktop app Pin
freaknut30-Nov-07 8:45
freaknut30-Nov-07 8:45 
GeneralRe: Writing a Remote Desktop app Pin
Dan Neely30-Nov-07 8:51
Dan Neely30-Nov-07 8:51 
AnswerRe: Writing a Remote Desktop app Pin
Pete O'Hanlon30-Nov-07 11:02
mvePete O'Hanlon30-Nov-07 11:02 
QuestionEvent for forced application interruption Pin
Dimok197930-Nov-07 6:17
Dimok197930-Nov-07 6:17 
AnswerRe: Event for forced application interruption Pin
led mike30-Nov-07 6:23
led mike30-Nov-07 6:23 
AnswerRe: Event for forced application interruption Pin
Anthony Mushrow30-Nov-07 6:35
professionalAnthony Mushrow30-Nov-07 6:35 
GeneralRe: Event for forced application interruption Pin
Dimok197930-Nov-07 6:44
Dimok197930-Nov-07 6:44 
GeneralRe: Event for forced application interruption Pin
Skippums30-Nov-07 7:03
Skippums30-Nov-07 7:03 
To prevent the process from being killed, be sure that nothing runs for extended periods on the main gui thread. This is because windows, upon receiving a user request to end task, will try to send a close message (firing the OnClosing and Closed events as stated in the previous post). However, you will not receive these messages if your application is running code in the gui thread, as the message pump is in that thread. So if your application doesn't close gracefully after some amount of time, windows will kill your process. I don't know if this is applicable to what you are doing, but something to think about anyway.

Jeff
QuestionHow to Show Form Pin
A.Asif30-Nov-07 6:10
A.Asif30-Nov-07 6:10 
AnswerRe: How to Show Form Pin
Ravi Bhavnani30-Nov-07 6:17
professionalRavi Bhavnani30-Nov-07 6:17 
AnswerRe: How to Show Form Pin
Anthony Mushrow30-Nov-07 6:40
professionalAnthony Mushrow30-Nov-07 6:40 
QuestionSending Mail errror Pin
NewToAspDotNet30-Nov-07 6:08
NewToAspDotNet30-Nov-07 6:08 
AnswerRe: Sending Mail errror Pin
Ravi Bhavnani30-Nov-07 6:19
professionalRavi Bhavnani30-Nov-07 6:19 
GeneralRe: Sending Mail errror Pin
NewToAspDotNet30-Nov-07 6:43
NewToAspDotNet30-Nov-07 6:43 
GeneralRe: Sending Mail errror Pin
Ravi Bhavnani30-Nov-07 6:49
professionalRavi Bhavnani30-Nov-07 6:49 
QuestionRead from USB Device. Pin
ColonelSanders30-Nov-07 5:55
ColonelSanders30-Nov-07 5:55 
QuestionExtension Methods... Pin
martin_hughes30-Nov-07 5:38
martin_hughes30-Nov-07 5:38 
AnswerRe: Extension Methods... Pin
Anthony Mushrow30-Nov-07 5:46
professionalAnthony Mushrow30-Nov-07 5:46 
GeneralRe: Extension Methods... Pin
martin_hughes30-Nov-07 5:51
martin_hughes30-Nov-07 5:51 
AnswerRe: Extension Methods... Pin
led mike30-Nov-07 5:49
led mike30-Nov-07 5:49 
GeneralRe: Extension Methods... Pin
martin_hughes30-Nov-07 5:52
martin_hughes30-Nov-07 5:52 
GeneralRe: Extension Methods... Pin
Judah Gabriel Himango30-Nov-07 6:45
sponsorJudah Gabriel Himango30-Nov-07 6:45 
GeneralRe: Extension Methods... Pin
led mike30-Nov-07 7:08
led mike30-Nov-07 7:08 
GeneralRe: Extension Methods... Pin
Judah Gabriel Himango30-Nov-07 8:00
sponsorJudah Gabriel Himango30-Nov-07 8:00 
GeneralRe: Extension Methods... Pin
PIEBALDconsult30-Nov-07 13:51
mvePIEBALDconsult30-Nov-07 13:51 

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.