News:

PlayBASIC2DLL V0.99 Revision I Commercial Edition released! - Convert PlayBASIC programs to super fast Machine Code. 

Main Menu

ScreenSaver

Started by iloveTALLwoman, January 07, 2008, 12:53:00 AM

Previous topic - Next topic

iloveTALLwoman

I cant make a screensaver, please some help

I alread know the commands, but I dont know how to use:

The command line give the screensaver mode.
/s Show the Screen Saver
/c Display the Settings Dialog
/a Display the Password Change Dialog
/p Preview the Screen Saver (which also gives you the window handle of the little screensaver preview window)


I try:

CommandLine$ () = "/a"

Silvh

If Commandline$() = "/a"
/*Do any actions you like to do here.
You can make the screensaver code
as large as you want, as it isn't that
hard to make one
*/

endif


You can do that for every commandline section. Should work.
"All we have to do, is decide what to do. With the code that is given to us"

iloveTALLwoman