Click to See Complete Forum and Search --> : Screensavers
Mattyboy2000
Jan 24th, 2001, 09:51 AM
Please can anyone tell me how to make a screensaver using VB??????!!!!
Fox
Jan 24th, 2001, 12:25 PM
There's nothing special...
Just make a fullscreen app and add code to exit into MouseMove and KeyDown events... To allow configuration use the Command() function to get the parameters... I think -d stands for config, not sure though...
Sastraxi
Jan 28th, 2001, 08:40 AM
You need to use command lines and start in sub main to find out what windows wants you to do...
Compile it with the extension .SCR instead of .EXE.
There are four things that windows wants you to do:
(not sure of cmd line args)
1. Screensaver
2. Password
3. Preview
4. Configure
Balder
Jan 28th, 2001, 01:52 PM
Btw, I believe this page (vb-world) has some info on doing screensavers. Take a look & good luck!
Zero
Jan 28th, 2001, 06:39 PM
I have a tutorial/template application if anyone wants it. It handles all the passwords, configs, previews, &c. Email me if you want it.
Zero @ fcc.net
~Zero the Inestimable
VB 6 actaually had an example screensaver...
If you want it mail me
also... the command line arguements are
/c for config
/p for preview
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.