Current Mouse Location

L

Laurie_Marsh

Is there a way to get the current mouse location or the location of a button
on the form? I want to pop up a drop-down list when the user presses a
button on the form. It would be nice if the list showed up in the right spot
so I need to know where the mosue is or I need to find the button location.

Thanks.
 
L

Laurie_Marsh

In case someone else has this same question, I found my own solution.

System.Windows.Forms.Control.MousePosition
 
Top