Click to See Complete Forum and Search --> : Post deleted by Marc Howe


Marc Howe
April 22nd, 1999, 03:53 PM

Daniel Levine
April 22nd, 1999, 06:36 PM
Hi,

To invoke the currently selected screen saver, call CWnd::OnSysCommand() with the first parameter as SC_SCREENSAVE.

Daniel.

Marc Howe
April 22nd, 1999, 10:34 PM
Thanks Daniel...
I tried that one already though w/no luck. Is there something I am doing wrong?

Marc

Walter I An
April 22nd, 1999, 11:22 PM
With Daniel's tip, my program
iz working fine!!

Thank U, Daniel.

Walter

Marc Howe
April 23rd, 1999, 12:40 PM
I am using the OnSysCommand code from a button on a dialog to try to invoke the SS and it isn't working...do I have to trap the keyboard or mouse? Could the mouse click or keyboard enter press be passed to the call?
Thanks again!
Marc