Hey Richard,
>From what I've read in the gambasdocs and from what I can infer,
every menu child is a menuItem collection
so if you have a menu called mnuFile you can do something like this
Dim subMenu as MenuChildren
'this will get the children of the main file menu
subMenu = mnuFile.Children
Each menu has 'children'
menu[0] = child 0 etc (I think)
is there any way to return the child menu item collection simply
ie with list you can read an listindex, no such thing in the menu?
regards
richard
--
___