|
-
Dec 4th, 1999, 05:32 AM
#1
Thread Starter
Member
Ok, if anyone knows of a tutorial on the web or if anyone is brave and patient enough to explain it, that would be great.
-
Dec 4th, 1999, 08:29 AM
#2
Hyperactive Member
look at the posts from the past few days. There's one that I know of. I'm sure you could find more posts by searching.
-
Dec 4th, 1999, 10:16 AM
#3
Frenzied Member
I just asked that a few days ago and got an excellent responce
-
Dec 4th, 1999, 01:46 PM
#4
New Member
Hiiii
to devolp ScreenSaver
1-you must save your system as *.scr not *.exe
2-save the *.scr in Windows directory
3-Hide cursor use(showcursor(false))
4- writing code for MouseMove,form_click, mousedown KeyDown to end the Pro. and ShowCursor(true)
ok now u. have ScreenSaver
U have command$ in main_sub
if command$=
a/ the user Pouch Password Button
c/ the user Pouch Settings Button
s/ the user Pouch Preveiw Button
-
Dec 4th, 1999, 02:46 PM
#5
Addicted Member
I have a tutorial at http://micah.carrick.com/archives/VBSaver.zip that covers everything you need to know from the command line parameters, disableing cursor, checking for other instances, detecting only large mouse movements, and other basic stuff. It does not however get into detail on how to get windows password of display a preview in the mini window in desktop properties. It's all in Windows HLP format and includes source code (sample project) fully commented.
Good luck.
------------------
Micah Carrick
Ordinary joe, only not named joe.
http://micah.carrick.com
[email protected]
ICQ: 53480225
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
|