mouse click

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to write an auto clicker for a web game. I can bring up the web
page with a linklabel control, but i can't figure out how to move the mouse
(through code), and cause it to click what ever is underneath it. I am new to
VB, and only a novice programmer in Delphi. I would appreciate any help i can
get. thanks
 
Marauder,

Using serverside code for handling a mouse click is in my opinion seldom a
good idea. (Or is should be with a button). In most cases you have to use
normal javascript for that.

Be aware that on the clientside all serverside controls are HTML controls or
collections of HTML controls.

I hope this helps,

Cor
 
thanks for the response,
i used to program basic back in the "old days". LOL I'm just starting out
in VB, and know even less about javascript.
What would be your suggestion for going about this? I need something that
will go to a pre-determined spot on the screen and click what ever is there(a
3rd party button for an online game). I have tried to check the online
reference material, but i can't find anything on this. thanks for your help.
 
Marouder,

Just as I do it in a case that I don't know how to do it with JavaScript.
Google for that on Interenet.
There are tons of samples.


Cor
 
Back
Top