I have a MDI Application with one MDI child.
When a user changes a Textbox on the MDI child, the MDI child (= document) is changed and is not saved. I want this to be visible in the Titlebar of the Application, like this:
ApplicationName [DocumentName*]
When the users saves the Document and doesn't change anything after, it should display:
ApplicationName [DocumentName]
How can I achieve this?