Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Show menu drop downs
Message
De
27/10/2009 18:32:58
 
 
À
27/10/2009 16:35:34
Information générale
Forum:
ASP.NET
Catégorie:
Menus
Versions des environnements
Environment:
C# 3.0
Divers
Thread ID:
01431713
Message ID:
01431779
Vues:
36
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform