|
-
Jan 24th, 2001, 10:51 AM
#1
Thread Starter
Member
Please can anyone tell me how to make a screensaver using VB??????!!!!
-
Jan 24th, 2001, 01:25 PM
#2
PowerPoster
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...
-
Jan 28th, 2001, 09:40 AM
#3
Good Ol' Platypus
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
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Jan 28th, 2001, 02:52 PM
#4
Member
Btw, I believe this page (vb-world) has some info on doing screensavers. Take a look & good luck!
Balder = Viking God
VB6/VC++ Enterprise Editions
-
Jan 28th, 2001, 07:39 PM
#5
Lively Member
Sastraxi's avatar looks familliar...
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
-
Jan 28th, 2001, 07:56 PM
#6
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|