Results 1 to 4 of 4

Thread: add to the menu while process runnning

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2005
    Posts
    1,547

    add to the menu while process runnning

    how would i add like under "File" on the menustrip, "we" something like that just wondering how to add to the menu.
    Last edited by high6; Oct 31st, 2005 at 08:54 PM.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: add to the menu

    You say MenuStrip so I assume you are using 2005. I don't have 2005 installed on my new machine but, from memory, you need to add items to a MenuStrip from the Properties window. There would be a property named Items or something similar. You would select that property and press the browse (...) button to open the editor, from which you can add your menu items. I'm pretty sure that's correct.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2005
    Posts
    1,547

    Re: add to the menu

    thats not wat i mean i wanna add to the menu while the process is running.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: add to the menu while process runnning

    Then do that programmatically. According to MSDN, you'd add a ToolStripMenuItem object to your MenuStrip object. There's even an example given here:

    http://msdn2.microsoft.com/en-us/lib...orms.menustrip

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width