Hey, I am using the GETCURSORPOS on the computer.. and It gets the mouse's pos relative to the screen..

I need it so if the mouse is over the top left of the form, it'll be 0,0
bottomright would be width,height


I need to use this.. because the X,Y of the form itself.. just wouldn't always capture if another control was under the mouse..

then I also needed so it would capture the points AROUND the form..

anyhelp is good help =)