|
-
Jun 27th, 2002, 09:40 AM
#1
Thread Starter
Junior Member
Two small problems in .NET
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...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|