Results 1 to 3 of 3

Thread: Checkbox in dropmenu

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Posts
    25

    Wink

    Does anyone have an idea how/if a checkbox can be used in a dropdown menu? I don't see any way to do it using the menu editor.

    Thanks

  2. #2
    Fanatic Member
    Join Date
    Oct 1999
    Location
    MA, USA
    Posts
    523
    When you create a menu using Menu Editor there is an option Checked. You can use it to make a checkmark appear next to the Menu Caption (it can't be done on the top most menu).
    TO make it works as checkbox use this code:
    Code:
    Private Sub MnuCheck_Click()
        MnuCheck.Checked = Not MnuCheck.Checked
    End Sub
    HTH

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Posts
    25
    Thanks.

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