I'd like to know how to write a progam that
when user click(left buttom), get the postion of
the mouse pointer. Please help me!!!
Thanks fondly all!!
///////////////////////////////
MACMAK
///////////////////////////////
Printable View
I'd like to know how to write a progam that
when user click(left buttom), get the postion of
the mouse pointer. Please help me!!!
Thanks fondly all!!
///////////////////////////////
MACMAK
///////////////////////////////
use mouse down event
Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
X & Y is the position
HTH
cksiow
http://vblib.virtualave.net - share our codes