Home All Groups Group Topic Archive Search About
Author
25 Jul 2006 1:37 PM
leonoah
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

Author
26 Jul 2006 12:03 PM
Gabriele G. Ponti
Use SetParent (http://www.pinvoke.net/default.aspx/user32/SetParent.html).

Show quote
"leonoah" <leonn***@tici.co.il> wrote in message
news:1153834660.053801.60360@i3g2000cwc.googlegroups.com...
> 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
>

AddThis Social Bookmark Button