Results 1 to 4 of 4

Thread: Making the mouse Click from code ...

  1. #1
    Guest

    Question

    Hello - i am looking for a way to make the mouse click from code - i am pretty sure this is done with API i just do know how

    Any help is welcomed , thank you ...

  2. #2
    For command button if you set the value property to True then it will fire Click event of the command button.I dont know about the api used for it.
    Madhusudana Gorthi [email protected]
    Senior Software Engineer
    www.stgil.com

  3. #3
    Hyperactive Member
    Join Date
    May 2000
    Posts
    344

    Wink Maybe this helps

    Type the code you wish to type in the command buttons click event like usual.....and on form load or whenever you want the click even to happen just use this

    Command1_Click

    command1 being the name of the button

    Hope that helps
    -RaY
    VB .Net 2010 (Ultimate)

  4. #4
    Guest
    Try using the mouse_event API.

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