Click here to Skip to main content
15,890,557 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Make any sense? Pin
Paul Conrad28-Nov-07 15:14
professionalPaul Conrad28-Nov-07 15:14 
GeneralRe: Make any sense? Pin
cstrader23228-Nov-07 17:14
cstrader23228-Nov-07 17:14 
GeneralRe: Make any sense? Pin
Paul Conrad28-Nov-07 17:36
professionalPaul Conrad28-Nov-07 17:36 
GeneralRe: Make any sense? Pin
cstrader23229-Nov-07 3:31
cstrader23229-Nov-07 3:31 
QuestionMessageBox Pin
Abbhie12-Nov-07 4:20
Abbhie12-Nov-07 4:20 
AnswerRe: MessageBox Pin
Luc Pattyn12-Nov-07 4:31
sitebuilderLuc Pattyn12-Nov-07 4:31 
AnswerRe: MessageBox Pin
Paul Conrad12-Nov-07 4:36
professionalPaul Conrad12-Nov-07 4:36 
AnswerRe: MessageBox Pin
Vimalsoft(Pty) Ltd12-Nov-07 5:46
professionalVimalsoft(Pty) Ltd12-Nov-07 5:46 
Hi Abbhie

its Simple

Double click your Form. and looking for the Closing Event of the form. and Put the following code.

if(Messagebox.Show("Do you want to Exit?","Question")= vbyes  then

me.Close
else 
Me.Cancel
end if
.

Try this, hope it helps

Thanks

Vuyiswa Maseko,

Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding

VB.NET/SQL7/2000/2005
http://vuyiswamb.007ihost.com
http://Ecadre.007ihost.com
vuyiswam@tshwane.gov.za


QuestionHow to create a Wi-Fi Manager? Pin
Paramhans Dubey12-Nov-07 1:42
professionalParamhans Dubey12-Nov-07 1:42 
AnswerRe: How to create a Wi-Fi Manager? Pin
DigiOz Multimedia12-Nov-07 5:30
DigiOz Multimedia12-Nov-07 5:30 
AnswerRe: How to create a Wi-Fi Manager? Pin
mykingdomforanewusername12-Nov-07 12:54
mykingdomforanewusername12-Nov-07 12:54 
GeneralRe: How to create a Wi-Fi Manager? Pin
Paramhans Dubey13-Nov-07 1:52
professionalParamhans Dubey13-Nov-07 1:52 
AnswerRe: How to create a Wi-Fi Manager? Pin
Baddog_52017-Nov-07 16:58
Baddog_52017-Nov-07 16:58 
Questionmultiple String Table. Pin
birajendu12-Nov-07 1:21
birajendu12-Nov-07 1:21 
Questionhow to make xml comments in vb.net Pin
codeproject_buna12-Nov-07 1:01
codeproject_buna12-Nov-07 1:01 
AnswerRe: how to make xml comments in vb.net Pin
Steven J Jowett12-Nov-07 1:08
Steven J Jowett12-Nov-07 1:08 
AnswerRe: how to make xml comments in vb.net Pin
Cameron Marsden12-Nov-07 1:11
Cameron Marsden12-Nov-07 1:11 
AnswerRe: how to make xml comments in vb.net Pin
AliAmjad12-Nov-07 1:21
AliAmjad12-Nov-07 1:21 
AnswerRe: how to make xml comments in vb.net Pin
John_Adams14-Nov-07 10:15
John_Adams14-Nov-07 10:15 
QuestionHow to link? Pin
sweet corn12-Nov-07 0:21
sweet corn12-Nov-07 0:21 
AnswerRe: How to link? Pin
DigiOz Multimedia12-Nov-07 6:09
DigiOz Multimedia12-Nov-07 6:09 
QuestionCreating a Button Bar custom control Pin
Steven J Jowett11-Nov-07 23:56
Steven J Jowett11-Nov-07 23:56 
AnswerRe: Creating a Button Bar custom control Pin
Paul Conrad28-Nov-07 15:12
professionalPaul Conrad28-Nov-07 15:12 
Questionadd and modify string in app.config [modified] Pin
BasharatAli11-Nov-07 21:59
BasharatAli11-Nov-07 21:59 
AnswerRe: add and modify string in app.config Pin
AliAmjad12-Nov-07 8:40
AliAmjad12-Nov-07 8:40 

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.