|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Remove titleBarHi 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 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 > |
|||||||||||||||||||||||