Home . VB . Code . Controls . Menus . vbAccelerator IconMenu DLL . VB6 IconMenu DLL Demonstration . mMain.bas
VB5 Icon Menu DLL Demonstration (61K)
VB5 Icon Menu DLL Full Source (106K)
VB5 IconMenu DLL Binary (20K)
VB6 IconMenu DLL Binary (21K)
VB6 IconMenu DLL Demonstration (58K)
VB6 IconMenu DLL Full Source (101K)
Zip:4841
Link to code Zip
Applies To:
VB6
Author:
Steve McMahon
No logged bugs.
28 Mar 2003
Added Office XP Menu style
Added VB6 ImageList Compatibility for XP, and fixed bug with disabling of icons for MS Image Lists.
Tidied sample code up.
Update History >
PopupMenu DLL - Create Unlimited Popup Menus
vbAccelerator NeoCaption Component v2.0
Subclassing Without The Crashes
IconMenu Control
vbAccelerator ImageList Control and Class v2.0
Search WWW
vbAccelerator
Attribute VB_Name = "mMain" Option Explicit Private Declare Sub InitCommonControls Lib "comctl32" () Public Sub Main() InitCommonControls Dim f As New frmTest frmTest.Show End Sub
Copyright © 2003 Steve McMahon steve@vbaccelerator.com. All rights reserved.Last Updated: 12 April 2003