Results 1 to 3 of 3

Thread: Using Checks in Menus(Resolved)

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2001
    Posts
    152

    Wink 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
  •  



Click Here to Expand Forum to Full Width