There is a pure win32 control, I don't know how it's created, But I just wanna show it in a form con

  • Thread starter Thread starter Buddhist.CHinA
  • Start date Start date
B

Buddhist.CHinA

The point is I completely don't konw how the win32 control is created,
other than I can get its handle.
Besides, I have to show it in a windows form control, hwo to?
Thx.
 
The point is I completely don't konw how the win32 control is created,
other than I can get its handle.
Besides, I have to show it in a windows form control, hwo to?
Thx.

The CreateWindow API?
 
I don't quite uderstand the question, but take a look at NativeWindow class.
usinng this type you can sub-class native controls in .NET
 
Back
Top