How to open a child form in a MDI form on startup

P

PKuhne

How do I open a child form in an MDI form at startup of a windows
application.
TIA
 
P

PKuhne

Thank you, this worked.
Now in my 3 .net books I do not find what to do about this:
With the child.show(ing) as per code below, how can I write (from a sub
inside the child form) to the statusbar1.panels(1).text of the parent (this
is in VB)?
I expected to simply set frm_mdi.statusbar1.panels(1).text="my text", but
statusbar does not show up in the member list for the parent form. So my
guess is that the open parent from cannot be "seen" from the child form. How
do I do this?
TIA
 
S

spp

Have you resolved this ?
How ?
PKuhne said:
Thank you, this worked.
Now in my 3 .net books I do not find what to do about this:
With the child.show(ing) as per code below, how can I write (from a sub
inside the child form) to the statusbar1.panels(1).text of the parent
(this
is in VB)?
I expected to simply set frm_mdi.statusbar1.panels(1).text="my text", but
statusbar does not show up in the member list for the parent form. So my
guess is that the open parent from cannot be "seen" from the child form.
How
do I do this?
TIA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top