E
Elmo Watson
in VB6, I'd have a MDI form (frmMain), with a midi CHild - -
then, I'd have dialogs that I run to change certain items on the rtb
(txtEdit) of the Active MDI child....
to do this, I'd say something like:
frmMain.ActiveForm.txtEdit.Seltext = "whatever"
in DotNet - - even though I have frmMain designated as an MDI form, whenever
I reference something like the above statement, wherever I'm doing it,
'frmMain' is not recognized....
Can someone set me going in the correct direction, please?
then, I'd have dialogs that I run to change certain items on the rtb
(txtEdit) of the Active MDI child....
to do this, I'd say something like:
frmMain.ActiveForm.txtEdit.Seltext = "whatever"
in DotNet - - even though I have frmMain designated as an MDI form, whenever
I reference something like the above statement, wherever I'm doing it,
'frmMain' is not recognized....
Can someone set me going in the correct direction, please?