Add Images to VB menus and Turn Menus into Option Buttons
Category:
System/APIType:
ClassesDifficulty:
IntermediateAuthor:
John ConwellVersion Compatibility: Visual Basic 6
More information:
This is a quick and dirty example on how to add images to your VB menus, as well as turn a group of menus items into option buttons. I've created a class to encapsulate that functionality. Again, this is a quick and dirty example to show you the different possibilities available to you with VB menus.
Turning a group of menus into option buttons via api calls is a cool little trick. This is different from the check that VB allows you to do. The option buttons only allow one of the menus to be selected at a time. A very useful little feature.
Hope this helps someone.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download menutools.zip