quote:
Originally posted by thrillpillz
Wouldnt it just be awesome if it was possible to launch an executable as well (OR instead of) the notification sound?
If you use the sProgram parameter of the DisplayToast function, when the user clicks the toast a program will be executed.
If you want to execute the program even if the user doesn't click the toast, just execute it when you call the DisplayToast function. You can do that using the ShellExecuteEx API of Windows, or if you are in VB you can also use the Shell function.