Hiding the Title Bar
-
Hi, In vb.net desktop application, i have created 2 forms and 1 is a Mdi parent and 2nd is a child forms. now for the child form i want to hide the title bar. is it possible to hide the title bar for the form. Tahnks in advance Thiru. Thanking you, Thiru
-
Hi, In vb.net desktop application, i have created 2 forms and 1 is a Mdi parent and 2nd is a child forms. now for the child form i want to hide the title bar. is it possible to hide the title bar for the form. Tahnks in advance Thiru. Thanking you, Thiru
Not on an MDI Child form. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
Not on an MDI Child form. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
hi this might work try setting the border style property of child form to none. Computer... :confused: Programming... :confused: What That
-
hi this might work try setting the border style property of child form to none. Computer... :confused: Programming... :confused: What That
Hmmm... it does work. I fail to see what good it is though... RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome