Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Use windows screensaver to launch QM code
#7
Hi Ron,

I've found out the reason I've got the error message is because I have another Firewall program running in the background and it blocks those executable programs.

But after I turn off the Firewall program, I still see the blue screen appear but not the actual program running, like "mspaint.exe" or "notepad.exe".

As a work around I did this and it works:

Function _ss_main
Code:
Copy      Help
_SCREENSAVER_TASKS_PRE
1
run "C:\Windows\System32\Ribbons.scr" "/s" "" "" 0x400

_SCREENSAVER_TASKS_POST

The flag "0x400" is to make sure the screensaver keeps on running until the user terminates it; otherwise it will keep running the _
Code:
Copy      Help
_SCREENSAVER_TASKS_POST function right away.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)