I was wondering if there were any VB developers here that could help me with a simple thing. Its nothing major, basically me and some people at work always play this game online that requires a ton of clicking. What I was wanting is some little program I could turn on and it just clicks the left mouse button pretty fast and some easy way to turn it off that. Its a web based game and I just want to be able to really whoop the girl that nobody can beat
I have VB6 installed and might be able to create it if just given a little direction.
not as easy as it sounds...think about it - how would you turn it off and on? if by clicking a button, then it starts, it'll automagically click the button again and turn itself off (assuming a toggle button)
suggest you consider older-fashioned ways to do this - is there any keystroke (even the enter key) you can use instead? that way you can use sendkeys...
You may have to use a Windows API reference to generate clicks outside of the app. Why not use the old Windows recorder app? You may be able to find it online somewhere. Just a suggestion, not sure if it would meet your needs, assuming you can get it to work right.