Home . VB . Code . Controls . Menus . IconMenu Control . VB6 IconMenu Demonstration . mMain.bas
IconMenu Documentation (3K)
VB5 IconMenu Complete Source Code (187K)
VB5 IconMenu Control Binary (41K)
VB5 IconMenu Demonstration (82K)
VB6 IconMenu Complete Source (177K)
VB6 IconMenu Control Binary (41K)
VB6 IconMenu Demonstration (79K)
Zip:189
Link to code Zip
Applies To:
VB6
Author:
Steve McMahon
No logged bugs.
28 Mar 2003
Added support for Office XP Style menus.
VB6 ImageList under XP is now supported.
Can now customise menu foreground and background colours as with the other menu controls.
Update History >
Subclassing Without The Crashes
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