TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
fbucci01
NA
1
0
Coding Menu Items Check/Uncheck
Jun 27 2004 10:43 PM
How do I code a click event that removes the check when I click on the actual menu item? Setting a menu item to the "Checked" state is easy. You click it and it's checked, as follows: Private Sub DisplayMenuItem_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles DisplayMenuItem.Click DisplayMenuItem.Checked = True End Sub Using "DisplayMenuItem.Checked = False" removes it when added to the click event of another menu item click event. Thanks Frank
Reply
Answers (
1
)
Cursors
How to load images in the program (Blob)?? PLZ help my