Home . VB . Code . Controls . TreeView . Displaying Shell Elements in a TreeView . VB5 TreeView Shell Samples . mMain.bas
VB5 TreeView Shell Samples (41K)
VB6 TreeView Shell Samples (39K)
Zip:14662
Link to code Zip
Applies To:
VB5
Author:
Steve McMahon
No logged bugs.
16 Apr 2004First Posted
vbAccelerator TreeView Control
Using the System Image List with (and without) vbAccelerator Controls
Search WWW
vbAccelerator
Attribute VB_Name = "mMain" Option Explicit Private Declare Sub InitCommonControls Lib "COMCTL32.DLL" () Public Sub Main() InitCommonControls Dim f As New frmSwitchboard f.Show End Sub
Copyright © 2004 Steve McMahon steve@vbaccelerator.com. All rights reserved.Last Updated: 18 April 2004