Click to See Complete Forum and Search --> : How to access a MDI form from a MDIChild


Mooosie
June 14th, 2001, 07:58 AM
Hi,
Does anybody know a GOOD way to access an mdiparent window from one of it's child windows ?!?!

All i get is an error stating that i can't create a new mdi window and stuff like that...

I would like to change the caption and access some controls in the parent ( MDI ) window...

John G Duffy
June 14th, 2001, 09:55 AM
Something like this I think.

MDIForm1.cmbFontName = ActiveFiles(X).FormFont



MDIForm1 is my Parent form and cmdFontName is a combo box on it.
The sample statement was taken from the Child Forms Activate event.

John G