Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MainMenu Display

0 views
Skip to first unread message

Jude Regy

unread,
May 1, 2003, 1:07:43 AM5/1/03
to
When using MainMenu forms, how can I display other forms on the main menu?
For example, when the 'Clients' menuItem is chosen, I want to display the
'Clients' form. If the 'Carrier' menuItem is chosen I want to display the
'Cariers' form. I do not want to use MDI forms.

I would appreciate help.

Thanks,
Jude


Richard T. Edarards

unread,
May 1, 2003, 1:39:11 AM5/1/03
to
Jude:

Assumming you set form1's ismdicontainer property to true, here's some code
using the menu to activate it and put it inside the mdi form:
Form MyForm = new Form2();

MyForm.MdiParent = this;

MyForm.Visible= true;

hth

"Jude Regy" <jr...@rogers.com> wrote in message
news:zY1sa.49586$w7k....@news04.bloor.is.net.cable.rogers.com...

Jude Regy

unread,
May 1, 2003, 2:16:09 AM5/1/03
to
Hello Richard,

But, I do not want to use MDI forms. I want an application something like
'Microsoft Money'.

Thanks,
Jude

"Richard T. Edarards" <r.t.e...@attbi.com> wrote in message
news:3q2sa.685298$L1.198647@sccrnsc02...

0 new messages