1
vote
3answers
1k views
How do I restart my C# WinForm Application?
Developing a C# .NET 2.0 WinForm Application. Need the application to close and restart itself.
Application.Restart();
The above method has proven to be unreliable.
What is a …
-2
votes
2answers
182 views
Is hibernation safe for desktop computers? [closed]
I'm using Windows XP SP3, with a 1.24GB RAM.
I want to know whether the hibernation mode is safe for a Desktop computer and is it safe to do it all the time?
4
votes
4answers
247 views
Not restarting Emacs
How do I load the edited .emacs file without restarting Emacs?
3
votes
6answers
575 views
C# .Net exe doesn’t close when PC is restarted, keeping the machine from restarting
We have a SmartClient built in C# that stubornly remains open when the PC its running on is being restarted. This halts the restart process unless the user first closes the SmartC …
