Auto Click in VB 2008 help!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vaporean14
    New Member
    • Aug 2008
    • 1

    Auto Click in VB 2008 help!

    I need something that will click over and over untill you press Cntrl+S i allready know how to move the cursor but i need to know how to force a left click. please post the code. remember this is VB.net 2008
  • cloud255
    Recognized Expert Contributor
    • Jun 2008
    • 427

    #2
    Well i wont be giving you code but i will help you out a bit:

    You need to use the MouseEventArgs class, you need to override the MouseClick event and there you go....

    Try this out and if you get stuck, post your code and i will help you out some more.

    good luck

    Comment

    Working...