Quantcast
Channel: VBForums - CodeBank - Visual Basic 6 and earlier
Viewing all articles
Browse latest Browse all 1529

VB6 - Unicode PopupMenu Captions and PopupMenu Radio Buttons

$
0
0
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: 16
Size:  8.0 KB

PopupMenu Radio Buttons:

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

Name:  UnicodePopupMenuOptionButton2.png
Views: 16
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
Attached Images
   
Attached Files

Viewing all articles
Browse latest Browse all 1529

Trending Articles