Results 1 to 9 of 9

Thread: Screen savers

  1. #1

    Thread Starter
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Change the filename from *.exe to *.scr. Put it in %windows% folder for it to show up in the saver list. Whether or not the program has the features of a screen saver is another matter - you could do that to notepad or something.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  2. #2
    amac
    Guest
    Change the extension to .scr.

    Your probably thinking I am being a smart ass...

    anyway I have played around with Screen savers... and that _is_ what you do.

  3. #3
    Screen savers also accept certain arguments for either "test" or "configure" like in the Display Properties control panel applet, but I forget what they are.

  4. #4
    amac
    Guest
    They are...

    /p -> Mini Preview ( Display Properties )
    /c -> Settings Dialog
    /s -> Start the Screen Saver
    /a -> Change password

  5. #5
    The minipreview thing is extraordinarily hard to do if I recall because you have to get the handle of the little preview area and only write to it; that's why many screen savers just show their icon there instead.

  6. #6
    amac
    Guest
    I have some code here that does it...

    You get the handle from the command line...

    test.scr /p 12345678

  7. #7

    Thread Starter
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Did you guys know that Win2000 (and probably NT) creates a new blank desktop and runs the screen saver on top of that?
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  8. #8
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    amac: is that the window or dc handle of the preview area?
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  9. #9
    amac
    Guest
    CornedBee: As far as I know its the handle to the preview window.

    JoshT: No I did not.

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