L
Luqman
How can I dynamically Add menuStrip and its menuItems through code using
VB.Net 2005 ?
Best Regards,
Luqman
VB.Net 2005 ?
Best Regards,
Luqman
Luqman said:How can I dynamically Add menuStrip and its menuItems through code using
VB.Net 2005 ?
Best Regards,
Luqman
How can I dynamically Add menuStrip and its menuItems through code using
VB.Net 2005 ?
Best Regards,
Luqman
item.DropDownItems.Add(innerItem)
Thanks Dear, thats exactly what I wanted, but how can I set the Tag Property
of the Items added in DropDownItems.
Say, I also want to set the innerItem.Tag=1234, innerItem.Name="myMenuItem"
Best Regards,
Luqman