Click here to Skip to main content
16,007,814 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: sending 2-d array into a function Pin
ns13-Jan-06 1:40
ns13-Jan-06 1:40 
Questionhow to detect app killing Pin
edwin16411-Jan-06 8:04
edwin16411-Jan-06 8:04 
AnswerRe: how to detect app killing Pin
Joshua Quick11-Jan-06 8:11
Joshua Quick11-Jan-06 8:11 
GeneralRe: how to detect app killing Pin
edwin16411-Jan-06 9:13
edwin16411-Jan-06 9:13 
GeneralRe: how to detect app killing Pin
Joshua Quick11-Jan-06 9:55
Joshua Quick11-Jan-06 9:55 
AnswerRe: how to detect app killing Pin
Briga11-Jan-06 8:57
Briga11-Jan-06 8:57 
GeneralRe: how to detect app killing Pin
edwin16411-Jan-06 9:07
edwin16411-Jan-06 9:07 
GeneralRe: how to detect app killing Pin
Dave Kreskowiak11-Jan-06 9:43
mveDave Kreskowiak11-Jan-06 9:43 
No, there is no way to trap this without the "event".

You're application get's sent a WM_CLOSE message. This shows up in your app as the form Closing event. Handle this event. You DON'T have to return a response immediately, Windows will wait for around for a response.

When this event happens, you can put up your dialog. In response to the dialog, you can then respond to the Closing event by setting the Cancel property appropariately.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: how to detect app killing Pin
Briga11-Jan-06 22:42
Briga11-Jan-06 22:42 
Questiontype mismatch compile error Pin
bonosa11-Jan-06 6:15
bonosa11-Jan-06 6:15 
AnswerRe: type mismatch compile error Pin
Dave Kreskowiak11-Jan-06 7:03
mveDave Kreskowiak11-Jan-06 7:03 
GeneralRe: type mismatch compile error Pin
ns11-Jan-06 7:59
ns11-Jan-06 7:59 
QuestionData from external file Pin
vertig073011-Jan-06 6:13
vertig073011-Jan-06 6:13 
AnswerRe: Data from external file Pin
Dave Kreskowiak11-Jan-06 6:58
mveDave Kreskowiak11-Jan-06 6:58 
GeneralRe: Data from external file Pin
vertig073012-Jan-06 5:24
vertig073012-Jan-06 5:24 
QuestionImage in progressbar Pin
Kim Mostinckx11-Jan-06 4:46
Kim Mostinckx11-Jan-06 4:46 
AnswerRe: Image in progressbar Pin
Dave Kreskowiak11-Jan-06 5:53
mveDave Kreskowiak11-Jan-06 5:53 
AnswerRe: Image in progressbar Pin
Kim Mostinckx14-Jan-06 1:39
Kim Mostinckx14-Jan-06 1:39 
QuestionHow to set time AND date using datepicker? Pin
veljkoz11-Jan-06 2:43
veljkoz11-Jan-06 2:43 
AnswerRe: How to set time AND date using datepicker? Pin
Briga11-Jan-06 3:02
Briga11-Jan-06 3:02 
GeneralRe: How to set time AND date using datepicker? Pin
Joshua Quick11-Jan-06 7:46
Joshua Quick11-Jan-06 7:46 
GeneralRe: How to set time AND date using datepicker? Pin
Briga11-Jan-06 8:53
Briga11-Jan-06 8:53 
AnswerRe: How to set time AND date using datepicker? Pin
Joshua Quick11-Jan-06 7:33
Joshua Quick11-Jan-06 7:33 
GeneralRe: How to set time AND date using datepicker? Pin
veljkoz12-Jan-06 10:42
veljkoz12-Jan-06 10:42 
Questionvb.net to bluetooth enabaled phone Pin
aeromylz11-Jan-06 1:21
aeromylz11-Jan-06 1: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.