home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 3_2004-2005.ISO / Data / Zips / API-ucTree1887955132005.psc / ucTreeView.ctl < prev   
Text File  |  2005-05-13  |  2KB  |  43 lines

  1. VERSION 5.00
  2. Begin VB.UserControl ucTreeView 
  3.    ClientHeight    =   3255
  4.    ClientLeft      =   0
  5.    ClientTop       =   0
  6.    ClientWidth     =   3255
  7.    ClipControls    =   0   'False
  8.    ScaleHeight     =   217
  9.    ScaleMode       =   3  'Pixel
  10.    ScaleWidth      =   217
  11. End
  12. Attribute VB_Name = "ucTreeView"
  13. Attribute VB_GlobalNameSpace = False
  14. Attribute VB_Creatable = True
  15. Attribute VB_PredeclaredId = False
  16. Attribute VB_Exposed = False
  17. '========================================================================================
  18. ' User control:  ucTreeView.ctl
  19. ' Author:        Carles P.V. ⌐2004 (*)
  20. ' Dependencies:  mIOIPAOTreeView.bas -> OleGuids3.tlb (in IDE only)
  21. ' Last revision: 2004.10.27
  22. ' Version:       1.2.0
  23. '----------------------------------------------------------------------------------------
  24. '
  25. ' (*) 1. Self-Subclassing UserControl template (IDE safe) by Paul Caton:
  26. '
  27. '        Self-subclassing Controls/Forms - NO dependencies
  28. '        v1.1.0010 2004.10.07
  29. '        http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=54117&lngWId=1
  30. '
  31. '     2. MouseLeave()/MouseEnter() code by Paul Caton.
  32. '
  33. '     3. Some TreeView macros by MH (adapted from AllApiDemo project).
  34. '----------------------------------------------------------------------------------------
  35. '
  36. ' History:
  37. '
  38. '   * 1.0.0: - First release.
  39. '
  40. '   * 1.1.0: - Added  <hNode-Key> 'dummy-collection', getting:
  41. '              - Faster Key check (collection built-in).
  42. '              - Faster hNode 'extraction' from Key (collection built-in).
  43. '              Private <hNode-Key> array lets extract directly node Key, as well <hN