Hi Chris,
I vaguely remember doing this many years ago. I can't remember all the hoops one has to jump through, but I can remember some of the things:
1. its just the same as an exe - you can either change the extension to .scr after compilation, or get it to compile to an scr file simply by changing the name in the file dialog box after you choose "make project"
2. On the Project > Properties > Make tab, the Title must begin with "SCRNSAVE:"
3. set the form's WindowState to "2 - Maximized" to make it fill the whole screen
4. use the SetWindowPos API call with param HWND_TOPMOST to make it come to the front.
5. use the ShowCursor API to hide the mouse pointer.
Couldn't you find any screensaver tutorials out there?
hth
Phil
|