Create window as child in third party application.

Posted by Nathan W on Stack Overflow See other posts from Stack Overflow or by Nathan W
Published on 2010-03-08T02:51:30Z Indexed on 2010/03/08 3:51 UTC
Read the original article Hit count: 394

Filed under:
|
|
|

I'm trying to get my C# form to be parented correctly in a third party app, I have the handle to the control that I would like my form parented to but just can't seem to get it to work.

alt text

I would like to create my form so that it is part of the MDIClient, handle 005E0ED6. Just like Window 01D7157D.

Is this possible? If so can it be done in C#?

© Stack Overflow or respective owner

Create window as child in third party application.

Posted by Nathan W on Stack Overflow See other posts from Stack Overflow or by Nathan W
Published on 2010-03-08T02:51:30Z Indexed on 2010/03/08 3:02 UTC
Read the original article Hit count: 394

Filed under:
|
|
|

I'm trying to get my C# form to be parented correctly in a third party app, I have the handle to the control that I would like my form parented to but just can't seem to get it to work.

alt text

I would like to create my form so that it is part of the MDIClient, handle 005E0ED6. Just like Window 01D7157D.

Is this possible? If so can it be done in C#?

© Stack Overflow or respective owner

Related posts about winapi

Related posts about c#