Skip Navigation Links / Posts / Post

Restart Manager in VS 2008

Categories

I woke up this morning after a hard night coding and noticed that my laptop had restarted after some automatic Windows Updates were applied overnight.  How did I know this?  Well I knew because VS 2008 told me that it was restarting and wanted to know whether I wished to recover my files.  Daniel Moth has a screenshot of this here.  RestartManager should be a certain feature if you are implementing any current Windows application (and have sufficient resources smile_regular - we'd actually planned to implement it in EagleEye but then had some resourcing pulled at the last minute smile_sad). 

posted 8/16/2007 8:16:32 AM

 

Comments:

# RestartManager
posted by Steven Nagy on 8/16/2007 9:35:21 AM :

So is there a RestartManager component in .Net 3.5? Or do you have some good resources around implementing it?

# Not yet
posted by Darren Neimke on 8/16/2007 10:01:22 AM :

There's no managed API's that I'm aware of in 3.5 for RestartManager. On doing a quick Google search I came across this explanation of the API's for working with it:

http://www.codeproject.com/useritems/Restart_Manager_Aware_App.asp



 

Comments are currently disabled for this post.