the cursor position in relation to a mouse - I have a popup menu which I want to appear at the bottom of the cursor.
PLease help. Thanks
Richard CHarlton
Printable View
the cursor position in relation to a mouse - I have a popup menu which I want to appear at the bottom of the cursor.
PLease help. Thanks
Richard CHarlton
You can use the X and Y parameters of the MouseMove event for the Form. Can't u?
Say I am typing now. The mouse is at the other side of the screen. If I type youou for example I want the popup menu to occur next to the end of youou (in a text box) rather than where the mouse is which is miles away. It's a bit like if you put a "." in VB and the menu flashes up.