Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Menu Editor problem, Visual Basic 6.0

565 views
Skip to first unread message

Ronald

unread,
Dec 6, 2004, 9:37:32 AM12/6/04
to
Hi all,

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


butl...@earthlink.net

unread,
Dec 6, 2004, 10:18:18 AM12/6/04
to

Ronald wrote:
> Hi all,
>
> 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..

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.

0 new messages