Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Show menu drop downs
Message
From
27/10/2009 18:32:58
 
 
To
27/10/2009 16:35:34
General information
Forum:
ASP.NET
Category:
Menus
Environment versions
Environment:
C# 3.0
Miscellaneous
Thread ID:
01431713
Message ID:
01431779
Views:
35
Bonnie

Thanks for your reply.
I think I'm trying that and it's not working.
Here are the two eventhandlers.
The command in the form_shown handler works, but the other one doesn't seem to want to.
Maybe because I'm calling another form?
 private void holdingToolStripMenuItem_Click(object sender, EventArgs e)
      {
         // Call the holder form
         HolderForm frmHolder = new HolderForm();
         frmHolder.MdiParent = this;
         frmHolder.Show();

         // Show the Process Menu Dropdowns
         processToolStripMenuItem.ShowDropDown();
      }

      private void MenuForm_Shown(object sender, EventArgs e)
      {
         // Show the Process Menu Dropdowns
         processToolStripMenuItem.ShowDropDown();
      }
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform