Remove titleBar

  • Thread starter Thread starter leonoah
  • Start date Start date
L

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
 
Back
Top