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

    Question Slideshow sreensaver

    Hi,
    I am looking windows slideshow screen saver source code. Maybe someone have programmed something like that?
    P.S google didnt find good things.
    Please help!

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Slideshow sreensaver

    You already asked this question in your other thread.
    Why do you ask it again? Did you look at the last link i gave you?
    Last edited by VictorN; April 21st, 2013 at 02:01 PM.
    Victor Nijegorodov

  3. #3
    Join Date
    Apr 2013
    Posts
    6

    Re: Slideshow sreensaver

    Yes. But I didn't find c++ source code screensaver with slideshow images

  4. #4
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: Slideshow sreensaver

    Screensaver is a plain full-screen GUI app having special set of command line arguments to respond to:

    From Screensaver Sample (in C#, but this doesn't really matter)
    Command Line Options

    When Windows runs your screensaver, it launches it with one of three command line options:

    /s – Start the screensaver in full-screen mode.
    /c – Show the configuration settings dialog box.
    /p #### – Display a preview of the screensaver using the specified window handle.
    As well, it hides mouse cursor and quits on any mouse/keyboard input.
    Last edited by Igor Vartanov; April 22nd, 2013 at 10:31 AM.
    Best regards,
    Igor

  5. #5
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: Slideshow sreensaver

    Best regards,
    Igor

  6. #6
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: Slideshow sreensaver

    Best regards,
    Igor

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