Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Show menu drop downs
Message
From
29/10/2009 21:18:14
 
 
To
29/10/2009 20:07:02
General information
Forum:
ASP.NET
Category:
Menus
Environment versions
Environment:
C# 3.0
Miscellaneous
Thread ID:
01431713
Message ID:
01432320
Views:
22
Bonnie

I like your solution better. I'll give it a try.

Thanks




>>Actually Bill, what I almost included in my reply to you was something similar, but not quite ... I didn't because it seemed to work ok for me without it. But, what I was going to say was to do this to set the menus to each other:


// In the MainForm:
ChildForm oForm = new ChildForm();
oForm.MdiParent = this;
oForm.MainMenuStrip = this.MainMenuStrip;
oForm.Show();
I believe the IDE designer generates the code to set the MainMenuStrip when you add the menustrip to your Form.

~~Bonnie
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Previous
Reply
Map
View

Click here to load this message in the networking platform