Click here to Skip to main content
15,923,689 members
Home / Discussions / C#
   

C#

 
GeneralRe: Form.Close() Pin
Heath Stewart21-Sep-04 6:37
protectorHeath Stewart21-Sep-04 6:37 
GeneralRe: Form.Close() Pin
exhaulted21-Sep-04 22:44
exhaulted21-Sep-04 22:44 
GeneralRe: Form.Close() Pin
Heath Stewart22-Sep-04 6:57
protectorHeath Stewart22-Sep-04 6:57 
GeneralRe: Form.Close() Pin
yoaz20-Sep-04 2:56
yoaz20-Sep-04 2:56 
GeneralRe: Form.Close() Pin
exhaulted20-Sep-04 3:10
exhaulted20-Sep-04 3:10 
GeneralRe: Form.Close() Pin
Nicholas Cardi20-Sep-04 4:50
Nicholas Cardi20-Sep-04 4:50 
GeneralRe: Form.Close() Pin
exhaulted20-Sep-04 6:16
exhaulted20-Sep-04 6:16 
GeneralRe: Form.Close() Pin
Nicholas Cardi20-Sep-04 7:59
Nicholas Cardi20-Sep-04 7:59 
All of the windows messages are stored in the Windows SDK Header files.

Here is a link

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/wm_endsession.asp[^]

Here is the one you need

it is located in WinUser.h

private const int WM_ENDSESSION = 0x0016

Hope this helps...


Forever Developing
GeneralRe: Form.Close() Pin
Nicholas Cardi20-Sep-04 8:07
Nicholas Cardi20-Sep-04 8:07 
GeneralData Table From DataRow[] Pin
sreejith ss nair19-Sep-04 22:50
sreejith ss nair19-Sep-04 22:50 
GeneralRe: Data Table From DataRow[] Pin
Sendilkumar.M20-Sep-04 1:52
Sendilkumar.M20-Sep-04 1:52 
GeneralRe: Data Table From DataRow[] Pin
sreejith ss nair20-Sep-04 17:35
sreejith ss nair20-Sep-04 17:35 
GeneralRe: Data Table From DataRow[] Pin
Sendilkumar.M20-Sep-04 18:27
Sendilkumar.M20-Sep-04 18:27 
Generalmultiple selection in datagrid Pin
Sudee19-Sep-04 19:47
Sudee19-Sep-04 19:47 
GeneralRe: multiple selection in datagrid Pin
sreejith ss nair19-Sep-04 20:27
sreejith ss nair19-Sep-04 20:27 
GeneralRe: multiple selection in datagrid Pin
Sudee19-Sep-04 21:15
Sudee19-Sep-04 21:15 
GeneralRe: multiple selection in datagrid Pin
sreejith ss nair19-Sep-04 21:35
sreejith ss nair19-Sep-04 21:35 
GeneralRe: multiple selection in datagrid Pin
Sudee19-Sep-04 23:28
Sudee19-Sep-04 23:28 
QuestionHow to detect "play some particular .wav file" event? Pin
RodionMrt19-Sep-04 15:09
RodionMrt19-Sep-04 15:09 
AnswerRe: How to detect "play some particular .wav file" event? Pin
Christian Graus19-Sep-04 16:00
protectorChristian Graus19-Sep-04 16:00 
GeneralThats easy, thanks! ) Pin
RodionMrt19-Sep-04 16:31
RodionMrt19-Sep-04 16:31 
GeneralPasting to anbd from clipboard Pin
RomanD19-Sep-04 13:55
RomanD19-Sep-04 13:55 
GeneralRe: Pasting to anbd from clipboard Pin
Nick Parker19-Sep-04 17:05
protectorNick Parker19-Sep-04 17:05 
GeneralRe: Pasting to anbd from clipboard Pin
Anonymous/RomanD19-Sep-04 18:01
sussAnonymous/RomanD19-Sep-04 18:01 
GeneralRe: Pasting to anbd from clipboard Pin
mav.northwind19-Sep-04 22:28
mav.northwind19-Sep-04 22:28 

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.