Click here to Skip to main content
15,892,537 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: KeyEventArgs to Ascii Pin
DidiKunz4-Jun-09 23:42
DidiKunz4-Jun-09 23:42 
AnswerRe: KeyEventArgs to Ascii Pin
Alan N5-Jun-09 0:19
Alan N5-Jun-09 0:19 
GeneralRe: KeyEventArgs to Ascii Pin
nlarson115-Jun-09 2:33
nlarson115-Jun-09 2:33 
AnswerRe: KeyEventArgs to Ascii Pin
nlarson115-Jun-09 4:04
nlarson115-Jun-09 4:04 
QuestionQueryUnload Pin
No-e4-Jun-09 9:20
No-e4-Jun-09 9:20 
AnswerRe: QueryUnload Pin
Kschuler4-Jun-09 9:37
Kschuler4-Jun-09 9:37 
GeneralRe: QueryUnload Pin
No-e4-Jun-09 9:56
No-e4-Jun-09 9:56 
AnswerRe: QueryUnload Pin
0x3c04-Jun-09 10:11
0x3c04-Jun-09 10:11 
If you hook into the FormClosing event, there's a FormClosingEventArgs parameter which has a CloseReason property. The CloseReason property is a value from the CloseReason enumeration; if the user closes the application this property will be CloseReason.UserClosing

Alternatively, you could override WndProc; check which message gets sent when you click the close button

Between the idea
And the reality
Between the motion
And the act
Falls the Shadow

Questionget the parts of string Pin
ivo754-Jun-09 9:05
ivo754-Jun-09 9:05 
AnswerRe: get the parts of string Pin
Kschuler4-Jun-09 9:40
Kschuler4-Jun-09 9:40 
GeneralRe: get the parts of string Pin
ivo754-Jun-09 9:56
ivo754-Jun-09 9:56 
AnswerRe: get the parts of string Pin
Dave Kreskowiak4-Jun-09 9:42
mveDave Kreskowiak4-Jun-09 9:42 
QuestionDigital dashboard using VB or C# and other technologies [modified] Pin
Sciencez4-Jun-09 5:29
Sciencez4-Jun-09 5:29 
AnswerRe: Digital dashboard using VB or C# and other technologies Pin
dan!sh 4-Jun-09 5:39
professional dan!sh 4-Jun-09 5:39 
GeneralRe: Digital dashboard using VB or C# and other technologies Pin
Sciencez4-Jun-09 7:45
Sciencez4-Jun-09 7:45 
GeneralRe: Digital dashboard using VB or C# and other technologies Pin
Jon_Boy4-Jun-09 7:51
Jon_Boy4-Jun-09 7:51 
GeneralRe: Digital dashboard using VB or C# and other technologies Pin
Sciencez4-Jun-09 8:14
Sciencez4-Jun-09 8:14 
GeneralRe: Digital dashboard using VB or C# and other technologies Pin
dan!sh 4-Jun-09 22:56
professional dan!sh 4-Jun-09 22:56 
AnswerRe: Digital dashboard using VB or C# and other technologies Pin
0x3c04-Jun-09 8:58
0x3c04-Jun-09 8:58 
QuestionMaster and details saving Pin
atk88774-Jun-09 3:15
atk88774-Jun-09 3:15 
GeneralA word of advice Pin
Kschuler4-Jun-09 6:33
Kschuler4-Jun-09 6:33 
GeneralRe: A word of advice Pin
atk887711-Jun-09 3:38
atk887711-Jun-09 3:38 
QuestionRemoval Of Row By Listbox Troubles [modified] Pin
eginteractive4-Jun-09 0:17
eginteractive4-Jun-09 0:17 
AnswerRe: Removal Of Row By Listbox Troubles Pin
Dave Kreskowiak4-Jun-09 1:30
mveDave Kreskowiak4-Jun-09 1:30 
GeneralRe: Removal Of Row By Listbox Troubles Pin
EliottA4-Jun-09 2:50
EliottA4-Jun-09 2:50 

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.