Results 1 to 15 of 15

Thread: VB6 - Unicode PopupMenu Captions and PopupMenu Radio Buttons

Threaded View

  1. #1

    Thread Starter
    PowerPoster VanGoghGaming's Avatar
    Join Date
    Jan 2020
    Location
    Eve Online - Mining, Missions & Market Trading!
    Posts
    2,644

    Thumbs up VB6 - Unicode PopupMenu Captions and PopupMenu Radio Buttons

    This is just a simple class for allowing Popup Menus (also known as Context Menus) to display Unicode captions. It also shows how you can use Radio Buttons (also known as Option Buttons) instead of the classic Check Box behavior. Option Buttons are used when you need a single selection from a list of options while Check Boxes are used to select multiple individual items from a list.

    PopupMenu Unicode Captions:

    Name:  UnicodePopupMenu.png
Views: 1657
Size:  8.0 KB

    PopupMenu Radio Buttons:

    Name:  UnicodePopupMenuOptionButton1.png
Views: 1658
Size:  5.3 KB

    Name:  UnicodePopupMenuOptionButton2.png
Views: 1616
Size:  5.9 KB

    Although this sample focuses on PopupMenus, the same concept can be applied to regular window menus.

    Here is the demo project: UnicodePopupMenu.zip

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