Printable View
Hi,
To invoke the currently selected screen saver, call CWnd::OnSysCommand() with the first parameter as SC_SCREENSAVE.
Daniel.
Thanks Daniel...
I tried that one already though w/no luck. Is there something I am doing wrong?
Marc
With Daniel's tip, my program
iz working fine!!
Thank U, Daniel.
Walter
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