A
andreas
Hi,
I have a parent FormA and two different child forms.
In one childform there is a tabcontrol with textboxen and i want to fill
these textboxen in this active childform with a statement in the other child
With the statement in the other child i open the first child
frmA.mnuNew.PerformClick() ' mnuNew in parent)
and i can place a text with the statement
frmA.ActiveMdiChild.text = "new"
but how can i see the tabcontrol and the textboxen from the other child in
my child and fill these controls
Thanks for any response
I have a parent FormA and two different child forms.
In one childform there is a tabcontrol with textboxen and i want to fill
these textboxen in this active childform with a statement in the other child
With the statement in the other child i open the first child
frmA.mnuNew.PerformClick() ' mnuNew in parent)
and i can place a text with the statement
frmA.ActiveMdiChild.text = "new"
but how can i see the tabcontrol and the textboxen from the other child in
my child and fill these controls
Thanks for any response