Page 1 of Anyone know how to make a screensaver ?
PCs & Mobiles Forum
Anyone know how to make a screensaver ?
As the title says
(A.C.C founder)
Anti.Clown.Coalition
RE: Anyone know how to make a screensaver ?
Depends what type you want. The default windows screensavers have a few nifty options. You can place loads of pictures in a folder and use the `My Pictures` screensaver. You could also mess around in the `flying objects` setting for some good effects too
============================
My eyes, My beautiful eyes....
My Collection
Writer`s Release
RE: Anyone know how to make a screensaver ?
Google it - there`s plenty of software to do it I`m sure..
Ste
We will pay the price but we will not count the cost..
RE: Anyone know how to make a screensaver ?
I believe that all you need to do is to compile your own code and rename the .exe to .scr. You may need to allow your code to accept parameters in which case the entry point of the language you are using will have parameters stored in the parameter variables of the function headers, for example in C and C++, the main function has argc and argv parameters which relate to the argument count and the arguments as characters, respectively.
RE: Anyone know how to make a screensaver ?
Quote:
You may need to allow your code to accept parameters in which case the entry point of the language you are using will have parameters stored in the parameter variables of the function headers....LOL :D :D
Ste
We will pay the price but we will not count the cost..