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

    Stopping screen saver - NT 4

    Hello,

    First, Thank you for you site : I think It is the best for C++ help.

    I have one question :

    My CView based software must alert the user when an event occurs.

    So, when this event occurs, If the screen saver is active, It must stop
    it for the user to see what happens.

    I absolutly didn't found the way to do this !

    Thanks in advance for your help.

    Best Regards.

    Erick NUWENDAM.


    --
    ------------------------------------
    COROBOR Systèmes

    MESSIR Information Systems
    for Meteorology and Civil Aviation

    Web: http://www.corobor.com
    ------------------------------------





  2. #2
    Guest

    Re: Stopping screen saver - NT 4

    Check out MSDN:

    How to Force a ScreenSaver to Close Once Started in Windows NT
    Last reviewed: April 11, 1996
    Article ID: Q140723
    The information in this article applies to:
    Microsoft Win32 Application Programming Interface (API) included with Microsoft Windows NT versions 3.1, 3.5, 3.51



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