Changing the title in a mdi form

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Geraldine Hobley

    Changing the title in a mdi form

    Hello
    I have a problem changing the title of a crownwood docking form called CProjectInfo which is contained within anothe
    form called mdiClient

    'definition in form mdiclien
    Public Shared CProjectInfo As Conten

    Setting the title in another form
    strTitle = "Project Info - Current Project - " & StrHeader & " Current Job - " & CurrJobKe
    mdiClient.CProj ectInfo.FullTit le = strTitl

    I wish to make the title in Bold format, but I don't know how to do it, any ideas

    Regard
    Geri
Working...