get x,y when over control

colin9876

Active Member
Licensed User
A program uses mousemove to get stylus x,y coords, problem is when its over a control, such as an imagebox etc, the x,y values arent changed?!

Is there any way of getting mouse/stylus coordinates even when its moving over a button or box etc?
 

colin9876

Active Member
Licensed User
great if...

Is there such commands like
controlmouse.x
I didn't know that?

Update; just tried & it didn't work. anybody know if there is a variablw which holds the mouse position <without having to get it passed from a Mousemove(x,y) event?>
 
Last edited:

bdiscount

Active Member
Licensed User
Mousemove works great but is there a way to pickup mousedown with the door.dll. or do i have to use image button.
also could someone make a chm for the door.dll?

BTW Erel thanks for this easy developing tool, even though the door is complcating for this old geezer.
 
Top