Scott MacMaster
March 20th, 2003, 03:09 AM
I'm working on a MDI application. When a new child form is created I'm trying to change to title to "Document 1". Later on I'll want to change it again when the user saves the document. To do this I'm setting the Name property to "Document 1" However, at some point after setting that property it get's reset to whatever I had enterred for it's value in the form editor.
Does someone know how to change the form title at execution?
Does someone know how to change the form title at execution?