mikewarren
09-11-2003, 11:53 AM
Hi im new to these forums and VB so i was wondering if anybody could help me on my first bit of proper coding, im tryin to maake a .EXE which when activated would left click the mouse every 45 secs regardless of its place, So i was wondering if anybody could help me with the code. (basically do most of it) well thanks in advance.
OnErr0r
09-11-2003, 11:56 AM
Sure, take a stab at it yourself and we'll help you along. The point of this board is help, not doing your coding.
mikewarren
09-11-2003, 11:58 AM
Sure, take a stab at it yourself and we'll help you along. The point of this board is help, not doing your coding.
Well because im new to coding could you maybe give me an address of a site which contains some of the code that i need because i dont have a clue what to do
passel
09-11-2003, 11:58 AM
Hit the search button at the top of the page and search for Mouse_Event
to get you started (it's an API function)
mikewarren
09-11-2003, 12:09 PM
Hit the search button at the top of the page and search for Mouse_Event
to get you started (it's an API function)
ok now i know how to make it click but how do i put in a timer and should it be put in before the 'loop' command