|
-
Oct 30th, 2005, 07:12 PM
#1
Thread Starter
Frenzied Member
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.
-
Oct 30th, 2005, 07:35 PM
#2
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.
-
Oct 31st, 2005, 08:53 PM
#3
Thread Starter
Frenzied Member
Re: add to the menu
thats not wat i mean i wanna add to the menu while the process is running.
-
Nov 1st, 2005, 09:24 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|