Click here to Skip to main content
15,894,539 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Disposing all objects Pin
Shameel10-Nov-09 5:06
professionalShameel10-Nov-09 5:06 
GeneralRe: Disposing all objects Pin
Paulo Zemek10-Nov-09 8:04
mvaPaulo Zemek10-Nov-09 8:04 
GeneralRe: Disposing all objects Pin
Shameel11-Nov-09 7:53
professionalShameel11-Nov-09 7:53 
QuestionUnable to proper shutdown Pin
Gagan.2010-Nov-09 2:29
Gagan.2010-Nov-09 2:29 
AnswerRe: Unable to proper shutdown Pin
Luc Pattyn10-Nov-09 2:33
sitebuilderLuc Pattyn10-Nov-09 2:33 
GeneralRe: Unable to proper shutdown Pin
Gagan.2010-Nov-09 2:37
Gagan.2010-Nov-09 2:37 
GeneralRe: Unable to proper shutdown Pin
Luc Pattyn10-Nov-09 3:02
sitebuilderLuc Pattyn10-Nov-09 3:02 
AnswerRe: Unable to proper shutdown Pin
freakyit10-Nov-09 3:54
freakyit10-Nov-09 3:54 
hi man,

sounds like you have override the OnClosing / OnClose functions. And in there you set the EventArgs.Cancel to true?!?

if you do this you need to check the CancelEventArguments for a CloseReason.
in that case cast the CancelEventArgs to FormClosingEventArgs and check the Property CloseReason for CloseReason.WindowsShutdow,etc.. before setting args.Cancel to true.

hope i could help Smile | :)

bless
Questiontime and date Pin
ghiez9-Nov-09 23:44
ghiez9-Nov-09 23:44 
AnswerRe: time and date Pin
dan!sh 10-Nov-09 0:33
professional dan!sh 10-Nov-09 0:33 
QuestionFolder permission on Vista machine Pin
~Khatri Mitesh~9-Nov-09 22:59
~Khatri Mitesh~9-Nov-09 22:59 
AnswerRe: Folder permission on Vista machine Pin
dan!sh 10-Nov-09 1:18
professional dan!sh 10-Nov-09 1:18 
QuestionHow to use the control "PictureBox" for change pictures when it is running on WINCE5.0 Pin
lassic1239-Nov-09 20:06
lassic1239-Nov-09 20:06 
AnswerRe: How to use the control "PictureBox" for change pictures when it is running on WINCE5.0 Pin
Christian Graus9-Nov-09 21:11
protectorChristian Graus9-Nov-09 21:11 
AnswerRe: How to use the control "PictureBox" for change pictures when it is running on WINCE5.0 Pin
Luc Pattyn10-Nov-09 1:43
sitebuilderLuc Pattyn10-Nov-09 1:43 
QuestionCount a String using an integer; delete a character and then restart the count from next character Pin
Manik Nath9-Nov-09 19:57
Manik Nath9-Nov-09 19:57 
AnswerRe: Count a String using an integer; delete a character and then restart the count from next character Pin
Christian Graus9-Nov-09 21:13
protectorChristian Graus9-Nov-09 21:13 
AnswerRe: Count a String using an integer; delete a character and then restart the count from next character Pin
Steven J Jowett10-Nov-09 1:42
Steven J Jowett10-Nov-09 1:42 
AnswerRe: Count a String using an integer; delete a character and then restart the count from next character Pin
freakyit10-Nov-09 3:57
freakyit10-Nov-09 3:57 
QuestionBUBBLE SORT Pin
PAguilar099-Nov-09 16:21
PAguilar099-Nov-09 16:21 
AnswerRe: BUBBLE SORT Pin
Christian Graus9-Nov-09 16:28
protectorChristian Graus9-Nov-09 16:28 
GeneralRe: BUBBLE SORT Pin
PAguilar099-Nov-09 16:46
PAguilar099-Nov-09 16:46 
GeneralRe: BUBBLE SORT Pin
Christian Graus9-Nov-09 17:18
protectorChristian Graus9-Nov-09 17:18 
GeneralRe: BUBBLE SORT Pin
_Damian S_9-Nov-09 17:22
professional_Damian S_9-Nov-09 17:22 
GeneralRe: BUBBLE SORT Pin
Christian Graus9-Nov-09 17:24
protectorChristian Graus9-Nov-09 17:24 

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.