MDI titlebar text



Hello,

With reference to an MDI form in VB 2005,
During the runtime, the Title bar of the MDI form shows the mdi.text plus
the childform.text
So if the MDIForm.text = "Main"
and if the childform.text = "Products" or "Orders" etc
then at runtime, the MDIform titlebar display " Main [Products]"

Is there anyway that the MDIform titlebar would only show its text only (ie,
only "Main") and not append the childform.text to the title bar

thanks


.



Relevant Pages

  • Issue with MDI and control box icon
    ... My problem is that I want to open a child form inside of the ... MDI form in a maximized state (and for this child I never want the option to ... I get the window icon (I think you call it the control box. ... Actually I think this is the title bar for the child form ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: How move between forms in Windows app?
    ... I created a MDI form with a Docked panel. ... bar, Outlook-style list bar). ...
    (microsoft.public.dotnet.languages.vb)
  • Re: MDI form title bar doesnt focus
    ... of the title bar that won't restore focus to the MDI form. ... Excel was obviously the currently active app on the system. ... happens but minimizing and restoring seems to sort it out. ...
    (microsoft.public.vb.general.discussion)
  • Re: Accelerator key problem
    ... >I have a main menu on my MDI form. ... >underscore showing for each item. ... >underscores have all disappeard. ... One I click on my form or menu bar however, ...
    (microsoft.public.vb.general.discussion)
  • Title Bar is visible
    ... I'm loading Child forms into MDI form. ... I set ControlBox = False to all ... title bar of the child is most visible garbage on the screen. ...
    (microsoft.public.dotnet.languages.vb)