Control from handle

  • Thread starter Thread starter Malc
  • Start date Start date
M

Malc

Hi,

In C#, given a handle (HWND) is it possible to ask the application for the
window/control/component that is bound to that handle? Is there some class
and method that would return such information? I'm assuming that the .Net
framework must be doing this for message handling under the hood.

Thanks in advance
Malc
 
Back
Top