Service to detect a WM_ message event
Im trying to create a windows Service that bascially does nothing but wait for any instance of WM_SETTINGCHANGE message to be posted and then launch an application, say MyApp.exe (a background application), then go back to the waiting game.
I dont really have the foggiest, I'm coming up with blanks in reference to finding stuff on services triggering on WM messages, jsut stuff about launching the messages.
Any help is very greatfully appreciated
|