
Screen Saver Example Code?
On Mon, 20 Apr 1998 21:37:11 +0200, "Christopher Yiangou"
Quote:
>No, you don't need to make system calls. The process is actually quite easy.
>There's a good step-by-step in the Developer Network CD that comes with VB5.
>>I am looking for shell code to write a screen saver under VB5. I know
>>that one needs to make system calls to set up the computer for a screen
>>saver, etc. and this is what I do not have. Any help, especially a sample
>>program, would be appreciated.
>>Thanks
Actually, there are a few api calls that screensavers call frequently,
such as the hide mousepointer call, and the screensaver running call.
(I don't remember what calls they are right now, sorry :) ) You can
get around the first call by creating a blank cursor, but to prevent
system keystrokes from causing some un-screensaverlike behavior, the
second call is necessary.
Jeremiah D. Seitz
Omega Techware
http://home.us.net/~omega