HI, I have made a menu with two menu Items
Colors
Size.
Colors will further have the submenu Items-->
FillColor
Exit
FillColor will further have-->Red,Green,Blue
Size --> Small , Large
If i write the foll. code-->
Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Button = 2 Then
PopupMenu mnuColors
End If
End Sub
When we right click on the form, it shows PopUpMenu
FillColor
Exit.
But as u right click on The form in the Client Area, Its hows
ViewCode
MenuEditor
But I want a PopUpMenu that shows FillColor & small, Is it possible to combine the menu items from the different menus..