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.

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

Michael
Sun Jan 21 22:02:06 CST 2007

<Buddhist.CHinA@gmail.com> wrote in message
news:1169434977.731623.164590@v45g2000cwv.googlegroups.com...
> 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?
>



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

Stoitcho
Mon Jan 22 09:42:22 CST 2007

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


--
HTH
Stoitcho Goutsev (100)

"Michael C" <nospam@nospam.com> wrote in message
news:eyLGwmdPHHA.448@TK2MSFTNGP04.phx.gbl...
> <Buddhist.CHinA@gmail.com> wrote in message
> news:1169434977.731623.164590@v45g2000cwv.googlegroups.com...
>> 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?
>>
>
>