anand_thakur
May 29th, 2003, 01:30 AM
i have a mdi form, and a child form FChild....i have open 3 instances of FChild thru:
dim fchl as new Fchild
fchl.show
with mdiparent Mdi form.
now i have a class also as clsShow, and it has a method Show...which will update some info on Fchild...
so how can i access the child forms controls...or how can i access the other forms controls..
thanks with advance...anand
dim fchl as new Fchild
fchl.show
with mdiparent Mdi form.
now i have a class also as clsShow, and it has a method Show...which will update some info on Fchild...
so how can i access the child forms controls...or how can i access the other forms controls..
thanks with advance...anand