Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 21st, 2005, 11:06 AM
Authorized User
 
Join Date: Nov 2003
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Default windows app for closing my pc

Hi,

     Anyone know how can i close my windows with a application windows in .net, whatevere if it is in c# ou vb.

       thanks

 
Old March 21st, 2005, 11:58 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

What do you mean? Do you mean running Application.Exit(), which will exit the app?

Brian
 
Old March 21st, 2005, 02:50 PM
Friend of Wrox
 
Join Date: Jul 2004
Posts: 623
Thanks: 0
Thanked 1 Time in 1 Post
Default

He wanted to shut down the windows,

there is a file shutdown.exe in system32 directory of your windows,you should execute it,
Code:
System.Diagnostics.Process.Start("shutdown.exe","/s");
(run shutdown.exe from the Command Prompt and check for other parameters)

_____________
Mehdi.
software student.
 
Old July 25th, 2005, 01:31 PM
Authorized User
 
Join Date: Nov 2003
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Default

thks for the help mehdi62b.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Standalone app echovue Visual Basic 2005 Basics 3 March 12th, 2007 03:27 PM
Accessing Windows service from a windows app sajid08 C# 1 October 6th, 2006 10:25 AM
datagrids (windows app) bazookajoe76 C# 0 February 11th, 2005 11:24 AM
Web Based SQL and PC App reyboy SQL Server 2000 6 May 7th, 2004 08:47 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.