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

Thread: screensaver

  1. #1
    Join Date
    May 2000
    Posts
    7

    screensaver

    if i make a screensaver how to make a package/exe which when setup will add the
    screensaver to the available lists.


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: screensaver

    from the docs:
    "...Control Panel searches the Windows Startup directory for files with the .scr extension. Because screen savers are standard Windows executable files with .exe extensions, you must rename them so they have .scr extensions and copy them to the correct directory. "

    make sure your setup program copies the exe file to the correct directory with an extension of .scr.


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