Tech Support > Microsoft Windows > Development Resources > problem launching another process from screensaver
problem launching another process from screensaver
Posted by Bharath on September 13th, 2006



I have a screen saver after the screen saver exited i want to launch a
some test.exe in windows XP.
I have tried it this ways

1. I wrote one saver.exe it in c# . it first launchs the screensaver(i
used process class in C#) after it exited
it launchs test.exe(i used process class in C#).when i normally run it
is working fine.But when I put this saver.exe as my screensaver I
found launched test.exe exited automatically when saver.exe exited

Please help me if any one knows the reason.