need help with VB mouse
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
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement