How to Restart My Mfc Application
C / C++ / MFC
4
Posts
4
Posters
0
Views
1
Watching
-
I think Restart Manager[^] is your answer. If you are building it with the latest MFC (the one with a feature pack), then it is built into the MFC Application Wizard[^]
-
Here is how to add restart support for you MFC apps: How to: Add Restart Manager Support[^] and MFC Restart Manager Support in VS2010[^].