Visual Basic.NET MDI Child

G

Guest

Hi,

Simple question, how do I remove or hide the title bar (min/max buttons, caption, icon, etc...) on an MDI Child that is maximized?

Thnx


J.B.
 
H

Herfried K. Wagner [MVP]

* "=?Utf-8?B?Si5CLg==?= said:
Simple question, how do I remove or hide the title bar (min/max buttons, caption, icon, etc...) on an MDI Child that is maximized?

Simply by not using an MDI environment if you don't want to use its features...
 
G

Guest

is this really the only option i got? too bad ...
It was so simple in vb 6.0. All i have to do is set mdichild form's BorderStyle = None, that's all

J.B

----- Herfried K. Wagner [MVP] wrote: ----

* "=?Utf-8?B?Si5CLg==?= said:
Simple question, how do I remove or hide the title bar (min/max buttons, caption, icon, etc...) on an MDI Child that is maximized

Simply by not using an MDI environment if you don't want to use its features..
 
C

Cor Ligthert

Hi JB,

I am not the MDI expert from this newsgroup, however I have
\\\
Controlbox = false
Formborderstyle = formborderstyle.none
///
I hope this helps?
Cor
 
H

Herfried K. Wagner [MVP]

* "=?Utf-8?B?Si5CLg==?= said:
Thanks for your respond.
I've tried this before, but the max/min/close still visible, only the closed button has been disabled.

Mhm... The titlebar should be invisible, but it will reappear when
maximizing the MDI child.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top