Checking a menu item in VB

How do I check a menu item in VB script?

Here are the menus.

I'd like to check and uncheck "Show Symbol".

Thanks

#436460

if you look at OS Volume you'll see how its done.

Basically in your code, all you need to do is say.

Menus(0).SubMenu(2).Checked = true

2 is the "index position" of the menu entry

#436532

I tried that. It does not work in VB. I will try to convert from VBS to JS.

#436547

if you email me your vb code, I'll try it out and see if there is a bug with avescripter.

#436655