TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
VAt
NA
4.5k
0
Dynamic Menu
Mar 10 2006 6:07 AM
i want to add a dynamic menu in my app. here's little part of my code: [code] MainMenu mnuMain = new MainMenu(); MenuItem mnuMod = new MenuItem("&Module"); mnuMain.MenuItems.Add(mnuMod); ... some value stored in array arrValue foreach (string strKeyName in arrValue) { mnuMod.MenuItems.Add(strKeyName,new EventHandler(mnuModMenu_Click)); } this.Menu = mnuMain; [/code] now i need to add submenu underthe submenu(s) i've added dynamically. i don't know how can i do that? thanx for your help.
Reply
Answers (
0
)
currency converter????
Help with Dataset in Visual Studi 2005