Hi all
I have simple .net form application with one pushbutton.
pushing the button open new window . the new window is external
application ( not .net application. ) .
i'm trying to remove the new application title bar and make it child of
my form.
i try to use the user32.dll function setWindowLong. but i didn't
success.
best regards ,Leon
Gabriele G. Ponti - 26 Jul 2006 13:03 GMT
Use SetParent (http://www.pinvoke.net/default.aspx/user32/SetParent.html).
> Hi all
> I have simple .net form application with one pushbutton.
[quoted text clipped - 8 lines]
>
> best regards ,Leon