Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
C# Helper...
 
XML RSS Feed
Follow VBHelper on Twitter
 
 
MSDN Visual Basic Community
 
 
 
 
 
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-2010 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated