CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Screen Saver

  1. #1
    Join Date
    Mar 1999
    Posts
    6

    Screen Saver



    Can anybody send me a sample of screen saver,

    or at least explain me how to implement it?




  2. #2
    Join Date
    Apr 1999
    Posts
    3

    Re: Screen Saver



    Your Visual C++ has a great sample code for a screen saver. It's called SAVER.


    It works for WIN95.


    For WIN98 you need to fix a bug in this program. If you want you can copy the fix from the Microsoft web page http://support.microsoft.com/support/search/


    Good luck


    Elan

  3. #3
    Join Date
    May 1999
    Posts
    11

    Re: Screen Saver

    Hello:
    You can get details in :
    VC6 MSDN\Platform SDK\User Interface services\Shell and Common Conctrols\Windows Shell API\Screen Saver Library.
    I will E-Mail you a sample.
    Bye!




  4. #4
    Join Date
    Sep 2001
    Location
    Israel
    Posts
    38

    Re: Screen Saver

    just make a non dialog program that shows something on all the screen.
    i am not sure about it but to make sure just do an OnMouseMove(){exit(0)} compile it in release mode and change the ending to a screen saver one (MyScreenSaver.scr)

    YOTOS
    ICQ: 113707565
    E-Mail: [email protected]

  5. #5
    Join Date
    Jul 2000
    Location
    Bangalore, India
    Posts
    144

    Re: Screen Saver

    Hi,
    Just check out this site www.wischik.com/lu
    it really has all that you want to do.

    Hope this helps,

    Kind Regards,
    Natarajan.

    http://Win32programming.tripod.com
    Kind Regards,
    Natarajan.

    http://www.CodeBytes.net/

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