|
-
Mar 16th, 2002, 06:47 PM
#1
Thread Starter
Addicted Member
Using Checks in Menus(Resolved)
I've looked in the msdn's For an answer for this but It does'nt seem to work.......
This is from the msdn
Private Sub MyMenuItem_Click ()
' Turn check mark on menu item on and off.
MyMenuItem.Checked = Not MyMenuItem.Checked
End Sub
It gives an error "Method or data member not found".
With the word Checked being highlighted..
Anyone with so insight that could send me off in the right direction?
Last edited by PJMAXX; Mar 17th, 2002 at 01:04 AM.
My software never has bugs. It just develops random features.

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
|