I
ian807
I have a legacy vb.net mdi word processor application which I'm
modifying.
I've created many new dialogs. In vb6, I could reference controls on
the child form with code like this:
Dim text as string
temp = frmMDIParent.ActiveForm.TXTextControl1.text
in vb6, this worked from any button on any dialog in the project. In
vb 2005, it returns nothing. How do I get the dialogs to talk to the
frmMDIChild window controls?
Thanks in advance for any help,
Ian
modifying.
I've created many new dialogs. In vb6, I could reference controls on
the child form with code like this:
Dim text as string
temp = frmMDIParent.ActiveForm.TXTextControl1.text
in vb6, this worked from any button on any dialog in the project. In
vb 2005, it returns nothing. How do I get the dialogs to talk to the
frmMDIChild window controls?
Thanks in advance for any help,
Ian