"m" <m@m.com> schrieb:
> Any suggestions on how to determine what control is currently being
> clicked on? The catch is that the control may be disabled. I guess what
> I'm looking for is a way to translate the screen coordiates into a
> reference to a control (whether diabled or not).
Did you already check the form's 'GetChildAtPoint' method (untested)?

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/
m - 15 Dec 2004 14:48 GMT
> Did you already check the form's 'GetChildAtPoint' method (untested)?
That works great.
Much Thanks
MB