Version 2 of the control adds the following: Tile a picture into the TreeView background. This code is based on Ben Baird's TreeView background image sample. Visit his great website, VB Thunder. Get/set item states using the new Value property. New Clear method to reset the content.
| vbAccelerator - Contents of code file: mMain.basAttribute VB_Name = "mMain" Option Explicit Private Declare Sub InitCommonControls Lib "COMCTL32.DLL" () Public Sub Main() InitCommonControls frmTest.Show End Sub
| |
|
|
||