Results 1 to 2 of 2

Thread: a jumping cursor!

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Location
    Ca
    Posts
    93
    say you have a button on your program and as a joke you don't want the cursor to click on it. How would you make it so that you cant move your cursor over a button. Like say here is a button ||| and this is your cursor <--. How would you make it so it can only go to the sides of the button
    but never touch it, sorta like this like this -->|||<--.
    Timbudtwo
    I have no life, only one with computers.

    VB 6.0 Enterprise Edition
    [hr]

  2. #2
    Guest
    Use the SetCursorPos API to set a new position whener the Cursor is greater than the Left, less than the Width, greater than the Top and Less than the Height.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width