L
Lucas Graf
This sounds so easy to me and feel like an idiot that I can't figure it out,
but....how can I have a MDI child access it's parents control(s)??
Seems like it should be as easy as making the controls on the parent public,
so i created a new project real quick w/2 forms. One is the MDIParent
container and then one child form.
On the MDIParent i put a textbox (textbox1) and set it to public.
From the child code I just try to do a this.MDIParent.textbox1, but there is
no "textbox1" listed under this.MDIParent
What am I doing wrong? Somebody hit me over the head and knock me to my
senses!!
but....how can I have a MDI child access it's parents control(s)??
Seems like it should be as easy as making the controls on the parent public,
so i created a new project real quick w/2 forms. One is the MDIParent
container and then one child form.
On the MDIParent i put a textbox (textbox1) and set it to public.
From the child code I just try to do a this.MDIParent.textbox1, but there is
no "textbox1" listed under this.MDIParent
What am I doing wrong? Somebody hit me over the head and knock me to my
senses!!