i think i need shutdown function!!!!!!!

moheeb patuary replied to Abdul Razzak Fallaha at 23-Dec-07 12:50

The system cannot find the file specified

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ComponentModel.Win32Exception: The system cannot find the file specified

Source Error:

Line 27:     protected void btnLogOff_Click(object sender, EventArgs e)
Line 28: {
Line 29: Process.Start("shutdown", "-l -t 00");
Line 30: }
Line 31: protected void Exit_Click(object sender, EventArgs e)




Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  Article Discussion: Shutdown, Restart, or Log Off your computer using VB.Net - Abdul Razzak Fallaha  02-Dec-07 5:45:08 AM
      i think i need shutdown function!!!!!!! - moheeb patuary  23-Dec-07 12:50:14 AM
          I think that you are not using VB.Net - Abdul Razzak Fallaha  25-Dec-07 12:14:36 PM
              thanks. is thr any c# code pls. - moheeb patuary  25-Dec-07 11:43:31 PM
          Windows App or Web Page? - blazingpretzel 1  22-Apr-08 12:21:26 AM
View Posts