1) When creating a menu, if i place a & before the letter, the underlined letter appears in the development environment but does not appear when I run the program. Is this a bug or some other problem?

2) How do you modify the major and minor version numbers in Environment.version object?

This code is not allowed since the Major and Minor elements are "read-only" according to the compiler

Environment.Version.Major = 0
Environment.Version.Minor = 1

Any help would be appreciated. Thanks.


I'm such a newb at this...