home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.UserControl ucTreeView
- ClientHeight = 3255
- ClientLeft = 0
- ClientTop = 0
- ClientWidth = 3255
- ClipControls = 0 'False
- ScaleHeight = 217
- ScaleMode = 3 'Pixel
- ScaleWidth = 217
- End
- Attribute VB_Name = "ucTreeView"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = True
- Attribute VB_PredeclaredId = False
- Attribute VB_Exposed = False
- '========================================================================================
- ' User control: ucTreeView.ctl
- ' Author: Carles P.V. ⌐2004 (*)
- ' Dependencies: mIOIPAOTreeView.bas -> OleGuids3.tlb (in IDE only)
- ' Last revision: 2004.10.27
- ' Version: 1.2.0
- '----------------------------------------------------------------------------------------
- '
- ' (*) 1. Self-Subclassing UserControl template (IDE safe) by Paul Caton:
- '
- ' Self-subclassing Controls/Forms - NO dependencies
- ' v1.1.0010 2004.10.07
- ' http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=54117&lngWId=1
- '
- ' 2. MouseLeave()/MouseEnter() code by Paul Caton.
- '
- ' 3. Some TreeView macros by MH (adapted from AllApiDemo project).
- '----------------------------------------------------------------------------------------
- '
- ' History:
- '
- ' * 1.0.0: - First release.
- '
- ' * 1.1.0: - Added <hNode-Key> 'dummy-collection', getting:
- ' - Faster Key check (collection built-in).
- ' - Faster hNode 'extraction' from Key (collection built-in).
- ' Private <hNode-Key> array lets extract directly node Key, as well <hN