Click here to Skip to main content
16,006,348 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionsetup project in 2003 Pin
Kirtibangalore12-Apr-07 0:46
Kirtibangalore12-Apr-07 0:46 
AnswerRe: setup project in 2003 Pin
amaneet12-Apr-07 1:40
amaneet12-Apr-07 1:40 
AnswerRe: setup project in 2003 Pin
kubben12-Apr-07 2:30
kubben12-Apr-07 2:30 
QuestionFile Transfer in Desktop application Pin
nitin_ion11-Apr-07 23:45
nitin_ion11-Apr-07 23:45 
AnswerRe: File Transfer in Desktop application Pin
Dave Kreskowiak12-Apr-07 4:17
mveDave Kreskowiak12-Apr-07 4:17 
QuestionCapture windows shutdown event Pin
ravihd11-Apr-07 23:43
ravihd11-Apr-07 23:43 
AnswerRe: Capture windows shutdown event Pin
amaneet12-Apr-07 1:46
amaneet12-Apr-07 1:46 
AnswerRe: Capture windows shutdown event Pin
Dave Kreskowiak12-Apr-07 4:15
mveDave Kreskowiak12-Apr-07 4:15 
The closest you're going to get in the .NET class library is the SystemEvents[^] class. It exposes a SessionEnding event that you can use to detect when a user logs off or tries to shutdown the system.

Check the documentation for SessionEnding[^] for some other information you'll need to know about this event and what's happening in the system and with your application at the time this event fires.


Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


Questioncount of file in a directory Pin
aphei11-Apr-07 22:01
aphei11-Apr-07 22:01 
AnswerRe: count of file in a directory Pin
Marek Grzenkowicz11-Apr-07 22:45
Marek Grzenkowicz11-Apr-07 22:45 
GeneralRe: count of file in a directory Pin
aphei12-Apr-07 16:24
aphei12-Apr-07 16:24 
Questionasycnh class Pin
nikhil123411-Apr-07 21:29
nikhil123411-Apr-07 21:29 
AnswerRe: asycnh class Pin
Christian Graus11-Apr-07 23:18
protectorChristian Graus11-Apr-07 23:18 
AnswerRe: asycnh class Pin
amaneet12-Apr-07 1:49
amaneet12-Apr-07 1:49 
AnswerRe: asycnh class Pin
Dave Kreskowiak12-Apr-07 4:07
mveDave Kreskowiak12-Apr-07 4:07 
QuestionRich Text Box Pin
Socheat.Net11-Apr-07 21:26
Socheat.Net11-Apr-07 21:26 
AnswerRe: Rich Text Box Pin
Christian Graus12-Apr-07 0:44
protectorChristian Graus12-Apr-07 0:44 
QuestionHow to Check and save value from radiobutton Pin
somchoto11-Apr-07 21:14
somchoto11-Apr-07 21:14 
AnswerRe: How to Check and save value from radiobutton Pin
Dave Kreskowiak12-Apr-07 4:05
mveDave Kreskowiak12-Apr-07 4:05 
Questioncode on form minimize button Pin
amaneet11-Apr-07 20:51
amaneet11-Apr-07 20:51 
AnswerRe: code on form minimize button Pin
aphei11-Apr-07 22:20
aphei11-Apr-07 22:20 
AnswerRe: code on form minimize button Pin
Dave Kreskowiak12-Apr-07 3:58
mveDave Kreskowiak12-Apr-07 3:58 
AnswerRe: code on form minimize button Pin
_Richard Faulkner15-Apr-07 6:22
_Richard Faulkner15-Apr-07 6:22 
Questionwithevents in vb.net Pin
amaneet11-Apr-07 20:20
amaneet11-Apr-07 20:20 
AnswerRe: withevents in vb.net Pin
H@is@here12-Apr-07 3:34
H@is@here12-Apr-07 3:34 

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.