background preloader

Vc9

Facebook Twitter

Download details: Visual C++ 2008 Redistributable Package (x86) Dependency Walker (depends.exe) Home Page. A Windows Service Application. Free source code and programming. Download demo project - 229 KB Introduction Recently, I came across a situation where I needed to make an application launch automatically when the PC starts up.

A Windows Service Application. Free source code and programming

And the problem was that the program that I needed to launch was designed as a GUI application. The best way I could think of to make it launch automatically was to create a service based application, so that once the user logs on to the computer, the application would be executed automatically by the service and monitor the application.