Microsoft
Software
Hardware
Network
Question : c# sub menu items
Hi!
I would like to know how to access all the sub menu items under a given menu in c#.
I have the following code for accessing the top menu:
for (int a = 0; a <= menuStrip1.Items.Count - 1; a++)
{
if (menuStrip1.Items[a].Name.
ToString()
== str_menu_name)
{
/*
Tree Menu:
- sub menu1
- sub menu2
**/
}
}
// Tree Menu =>menuStrip1.Items[a]
// How to get access to sub menu1 and sub menu 2?
Please help!
Answer : c# sub menu items
Hi there, I think this may be what you need:
http://weblogs.asp.net/raj
bk/archive
/2007/05/2
6/changing
-the-
conne
ctionstrin
g-of-a-wiz
ard-genera
ted-tablea
dapter-at-
runtime-fr
om-an-obje
ctdatasour
ce.aspx
Random Solutions
Excel VBA code to automatically set a Pivot Table filter on 2 specific values in a field
imap_mail_move on POP3 mailbox
Build and run of Actuate reports
Adding Roles to Roles In Custom Membership Provider - A Better Way ? C#, SQL, Oracle, ASP.NET
AJAX load HTML into DIV
Database structure - Coldfusion - storing file type
How to uninstall and clean up the Huawei HSDPA USB modem driver?
PVST
endian
multiple users having outlook and phones checking one IMAP mailbox, is it a problem?