Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
 
 
 
 
 
 
 
Old Pages
 
Old Index
Site Map
What's New
 
Books
How To
Tips & Tricks
Tutorials
Stories
Performance
Essays
Links
Q & A
New in VB6
Free Stuff
Pictures
 
 
 
TitleMake an annoying game that moves the cursor
Keywordsgame, annoy, annoying, SetCursorPos
CategoriesPuzzles and Games, API
 
Ask a leading question. Then when the mouse moves over the No button, use SetCursorPos to move it to the Yes button.
 
Private Sub Command2_MouseMove(Button As Integer, Shift As _
    Integer, x As Single, y As Single)
    SetCursorPos Cx, Cy
End Sub
 
 
Copyright © 1997-2003 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated