Hello All,

I need a little hand in helping me to build something using a GetCursorPos Api. What Its gonna do is when the mouse clicks it will Put the cursor in a variable. But when I try to do this it screwed up, and it wont allow me to store the Variable info.

What I tried was this...

Dim IntCurPosNEW as long
IntCurPosNEW = GetCursorPos point

But when It did that it came up with a syntax error..

Anyhelp???

Thankyou much,

Evan