How do I check a menu item in VB script?
Here are the menus.
I'd like to check and uncheck "Show Symbol".
Thanks
How do I check a menu item in VB script?
Here are the menus.
I'd like to check and uncheck "Show Symbol".
Thanks
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
I tried that. It does not work in VB. I will try to convert from VBS to JS.
if you email me your vb code, I'll try it out and see if there is a bug with avescripter.