Click here to Skip to main content
15,905,558 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a MenuStrip in Form, in there I had many Menu items:
-a
--b
--c
--d

I want to code to have:
-a
--b
--c
--d
---e
---f

How to do this? Thanks.
Posted

The easiest way to do this is to create a simple example in the designer.
Then look in your myform.Designer.cs file, and you will see how VS does it. You can do the exact same thing in your code!
 
Share this answer
 
Comments
Andrewpeter 2-Feb-12 3:48am    
Thanks, Vote 5.
 
Share this answer
 
Comments
Andrewpeter 2-Feb-12 3:50am    
Thanks. It's very good. I resolved. Vote 5.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900