get control instance from handle

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way to obtain a reference to a control instance if i have a
handle to that control?
 
John,

As Nick pointed out it has to be a control in your application.

If you are looking at subclassing a window you can use NativeWindow class.
 
Back
Top