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.
Laurie_Marsh - 27 Sep 2006 16:01 GMT
In case someone else has this same question, I found my own solution.
System.Windows.Forms.Control.MousePosition
> 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.