Advertisement

need help with VB mouse

Started by November 08, 2000 05:42 PM
0 comments, last by glyke 24 years ago
Hey guys, can anyone tell me how to use that getcursorpos() function in VB? In C you just pass a variable belonging to the POINT structure, but there is no POINT type in VB. There is a similar POINTS type, but it doesn''t work (type mismatch). Creating my own type with x and y declared as LONG doesn''t help either. Is there any other way to get the (x,y) coords of the mouse cursor in VB without using the mousemove event or getcursorpos()? - glyke
Nevermind, I got it.

This topic is closed to new replies.

Advertisement