I need to start "explorer.exe" from within my screensaver, but whatever I tried it wont stay opened when my screen saver closes.
CreateProcess(nil, 'explorer.exe /select,"' + fileName + '"', nil, nil, false, 0, nil, '', StartupInfo, ProcessInfo)
I tried multitude of combination of flags and parameters, no luck :) Explorer starts briefly and closes with my screensaver app...
There is a solution in here but it requires windows service and that is too much for a simple screen saver...
Anyone got a clue?
Thanks!