I have a problem with the Menu Editor of Visual Basic 6.0..
First I'm not a expert with Visual Basic , thus maybe it is easy to solve..
When I want to make a menu with the Menu Editor, and I insert some items, I
get the following message:
* Menu control array element must have an index..
When I give it a number the the Sub menu items gives the following messageą
* Menu control array elements must be contiguous and within the same
submenu.
What do I wrong??
grz
You specified the same name for two or more menu entries but you didn't
fill in Index values; you can create a menu control array by using the
same name for multiple entries but when you do that you have to assign
a unique Index number to each of them.
> When I give it a number the the Sub menu items gives the following
message±
> * Menu control array elements must be contiguous and within the
same
> submenu.
When you do create a control array they all have to be next to each
other at the same level.