CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 1999
    Posts
    34

    Post deleted by Marc Howe


  2. #2
    Join Date
    May 1999
    Posts
    31

    Re: Win API Call Screen Saver--PLEASE HELP

    Hi,

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

    Daniel.


  3. #3
    Join Date
    May 1999
    Posts
    34

    Re: Win API Call Screen Saver--PLEASE HELP

    Thanks Daniel...
    I tried that one already though w/no luck. Is there something I am doing wrong?

    Marc


  4. #4
    Join Date
    May 1999
    Location
    Republic of Korea
    Posts
    100

    Re: It Works!!

    With Daniel's tip, my program
    iz working fine!!

    Thank U, Daniel.

    Walter


  5. #5
    Join Date
    May 1999
    Posts
    34

    Re: It Works!!

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured