Remove Square Brackets[] In MDI Parent Form

Learner

Member
Joined
Jul 4, 2005
Messages
5
Programming Experience
Beginner
Hi All,

I am using VB.NET in my MDI application.

When I opened child form it is showing me the form title in this format

MainFormText [ChildFormText]

Is there any way to remove square brackets [] from title and it looks like MainFormText - ChildFormText as it is normally happens in Microsoft applications like Microsoft Excel etc.

Thanks a lot.

Asif
 
Back
Top