how to make the application starts with the system?
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
I am trying to implement an mfc dialog based application which will start when the system starts up just like a windows service...
Hello You can place your app path into registry under the key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run Andrew
-
I am trying to implement an mfc dialog based application which will start when the system starts up just like a windows service...