Click here to Skip to main content
15,891,253 members
Home / Discussions / C#
   

C#

 
GeneralRe: WinForms: Basic Document Handler implementation Pin
Alex Korchemniy19-Sep-04 12:04
Alex Korchemniy19-Sep-04 12:04 
GeneralZedgraph Pin
xiaowenjie19-Sep-04 4:37
xiaowenjie19-Sep-04 4:37 
GeneralRe: Zedgraph Pin
sreejith ss nair19-Sep-04 5:02
sreejith ss nair19-Sep-04 5:02 
Generalexecute a fuction Pin
meherkalyan18-Sep-04 19:59
meherkalyan18-Sep-04 19:59 
GeneralRe: execute a fuction Pin
mav.northwind18-Sep-04 23:53
mav.northwind18-Sep-04 23:53 
GeneralBEFORE SHUT DOWN WINDOWS Pin
Zapss18-Sep-04 19:16
Zapss18-Sep-04 19:16 
GeneralRe: BEFORE SHUT DOWN WINDOWS Pin
mav.northwind18-Sep-04 23:40
mav.northwind18-Sep-04 23:40 
GeneralRe: BEFORE SHUT DOWN WINDOWS Pin
Zapss19-Sep-04 3:07
Zapss19-Sep-04 3:07 
Thanks for ur response.
i was doing like this
1.How can i cancel shut down process




private void HookSessionEnding()
{
Microsoft.Win32.SystemEvents.SessionEnding += new Microsoft.Win32.SessionEndingEventHandler(this.OnSessionEnding);
}
private void OnSessionEnding( object sender,Microsoft.Win32.SessionEndingEventArgs e )
{
MessageBox.Show("System Shut Down");
}
GeneralDRAW N-sided polygon Pin
Your dog wants steak18-Sep-04 13:40
Your dog wants steak18-Sep-04 13:40 
GeneralRe: DRAW N-sided polygon Pin
Colin Angus Mackay18-Sep-04 15:33
Colin Angus Mackay18-Sep-04 15:33 
GeneralRe: DRAW N-sided polygon Pin
Your dog wants steak18-Sep-04 16:20
Your dog wants steak18-Sep-04 16:20 
GeneralRe: DRAW N-sided polygon Pin
Colin Angus Mackay18-Sep-04 16:43
Colin Angus Mackay18-Sep-04 16:43 
GeneralRe: DRAW N-sided polygon Pin
yoaz19-Sep-04 1:07
yoaz19-Sep-04 1:07 
GeneralRe: DRAW N-sided polygon Pin
Colin Angus Mackay19-Sep-04 2:08
Colin Angus Mackay19-Sep-04 2:08 
GeneralRe: DRAW N-sided polygon Pin
yoaz19-Sep-04 4:41
yoaz19-Sep-04 4:41 
GeneralRe: DRAW N-sided polygon Pin
Colin Angus Mackay19-Sep-04 4:57
Colin Angus Mackay19-Sep-04 4:57 
GeneralImage enlarging quality Pin
Kryal18-Sep-04 13:12
Kryal18-Sep-04 13:12 
GeneralRe: help in windows service Pin
Colin Angus Mackay18-Sep-04 15:25
Colin Angus Mackay18-Sep-04 15:25 
GeneralRe: help in windows service Pin
jacal9919-Sep-04 3:59
jacal9919-Sep-04 3:59 
GeneralRe: help in windows service Pin
Colin Angus Mackay19-Sep-04 4:08
Colin Angus Mackay19-Sep-04 4:08 
Generalmake setup Pin
fatidarya18-Sep-04 11:17
fatidarya18-Sep-04 11:17 
GeneralRe: make setup Pin
sreejith ss nair19-Sep-04 3:18
sreejith ss nair19-Sep-04 3:18 
GeneralMDIChild to MDIParent Pin
Finn Grimwood18-Sep-04 11:02
Finn Grimwood18-Sep-04 11:02 
GeneralRe: MDIChild to MDIParent Pin
Colin Angus Mackay18-Sep-04 15:38
Colin Angus Mackay18-Sep-04 15:38 
GeneralRe: MDIChild to MDIParent Pin
Finn Grimwood18-Sep-04 22:18
Finn Grimwood18-Sep-04 22:18 

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.