home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / custctrl / mhtag.frm (.txt) < prev    next >
Visual Basic Form  |  1992-07-01  |  4KB  |  100 lines

  1. MhTag
  2. MhTag Example
  3. Form1
  4. Label1
  5. MicroHelp's MhTagBox functions exactly like a VB list box, except that you can tag multiple items, and there are additional features. 
  6. Frame1
  7. &Design Time Options Box 0
  8. SelectOption
  9. Single Select
  10. HorizScroll
  11. Horiz Scrollbars
  12. SelectOption
  13. Multi Select
  14. MultiColumn
  15. MultiColumn
  16. SelectOption
  17. Extended (contiguous only)
  18. Frame2
  19. &Other Options
  20. ScreenUpdate
  21. Screen Update
  22. Sorted
  23. Sorted
  24. Frame4
  25. Box 0
  26.     MhTagBox1
  27. MhTagBox
  28. Frame3
  29. Act On Selected Items
  30. DeleteButton
  31. Delete
  32. FillButton
  33. MoveButton
  34. Copy to 1 -->
  35. Frame4
  36. Box 1
  37.     MhTagBox1
  38. MhTagBox
  39. Frame3
  40. Act On Selected Items
  41. DeleteButton
  42. Delete
  43. FillButton
  44. MoveButton
  45. <-- Copy to 0
  46. MenuFile
  47. &File
  48. MenuExit
  49. E&xit
  50. FALSE
  51. Initializing
  52. MenuExit_Click
  53. MhTag
  54.     Form_Load
  55.     MhTagBox1
  56. Sorted
  57. ScreenUpdateW
  58. ExtendedSelect
  59. SelectOption
  60. Value
  61. SingleSelect
  62. HorizScroll
  63. MultiColumn
  64. FillBox
  65. DeleteButton_Click
  66. Index
  67. Tagged
  68.     ListCount
  69. FillButton_Click
  70. MoveButton_Click
  71. Destination
  72. ScreenUpdate_Click
  73. Sorted_Click
  74. ClearBox0
  75. MenuExit_Click
  76. Form_Load
  77.  Make sure boxes have same properties seta
  78.  If .ExtendedSelect is true, check it 
  79.  Otherwise, go according to .SingleSelecta
  80.  Add some data
  81. DeleteButton_Click
  82. FillBox
  83. David"
  84. Buzzy"
  85. Clarke
  86. Vanna"
  87. This is a long entry to force a horizontal scrollbar
  88. Michael"
  89. Nevet"
  90. FillButton_Click
  91. MoveButton_Click
  92. ScreenUpdate_Click
  93. Sorted_Click
  94.  The sorted property "takes" only when you .AddItem.
  95.  So we'll clear the box, change the property and
  96.  then fill it again 
  97.  Avoid flicker
  98.  Clear the box
  99.  Restore your choice
  100.