home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_BAS / MLIST.ZIP / READ.ME < prev    next >
Text File  |  1994-02-06  |  26KB  |  683 lines

  1. ***************************************************************************
  2. *
  3. *  McKean Consulting
  4. *  Robin W. McKean
  5. *  1042 Braddock Circle
  6. *  Woodstock GA  30188
  7. *
  8. *  MLIST.VBX    V4.20.0000
  9. *
  10. *  Multi-Purpose List Box Control for Visual Basic 3.0
  11. *
  12. ***************************************************************************
  13.  
  14. MLIST is a custom control for managing the way your data appears in a list
  15. box.  MLIST is a property for property replacement of the standard List Box
  16. control which comes with Visual Basic 3.0.  In addition, there are many more
  17. features which MLIST can do that you can't do with the normal List Box.  Some
  18. of these features are:
  19.  
  20.     * Set up owner draw columnar data in the list box.  This is NOT a
  21.       MULTI-COLUMN list box.  MLIST now has this feature, but the MLIST
  22.       List Box scrolls vertically, like a normal list box.  Your data is
  23.       arranged in columns, with specific drawing flags setup for each
  24.       "Drawing Region".  Think of each line as being broken up into
  25.       different areas, each with its own drawing flags and data.
  26.  
  27.     * Make a drawing region a bitmap or a checkbox.  You have control
  28.       over the entire list's bitmaps through the default bitmap property,
  29.       or you can set individual lines bitmap properties.
  30.  
  31.     * Control individual line colors in the list box
  32.  
  33.     * Total control over the checked and unchecked states of lines
  34.  
  35.     * Now MLIST has aligned bitmaps as well.  You specifiy the bitmap,
  36.       the text, and the alignment (top, bottom, right, left), and MLIST
  37.       will draw the text and the bitmap in the area you define.
  38.  
  39.     * New in verions 4.00.  You can now have true MUTLIPLE COLUMN list
  40.       boxes, with bitmaps and check boxes.  Multiple columns are set
  41.       up through setting the LBS_MULTICOLUMN style for the list box.
  42.       You control the width of each item.  This attribute differs in
  43.       that each line has a certain width.  So it may take two or more
  44.       columns of items to actually fill a line
  45.  
  46.     * Checking and Selecting a range of line items
  47.  
  48.     * Properties to find closest match and find exact matches in the
  49.       list box.
  50.  
  51.     * Complete control over colors in the list box.  Colors can be
  52.       set for normal lines, individual lines, normal highlight colors,
  53.       and individual highlight colors.
  54.  
  55.     * MList V4.10 now has 3-D effects
  56.  
  57.     * You can now setup vertical and horizontal grids
  58.  
  59.     * Virtual List Boxes.  A notification event is sent when more data
  60.       is required by the application.
  61.  
  62. ***************************************************************************
  63.  
  64. This ZIP file contains:
  65.  
  66.     MLIST.VBX         VB version of the MLIST custom control
  67.     PROJECT1.MAK    Sample project file for MLIST
  68.     FORM1.FRM        Form used by the sample project
  69.     READ.ME            This file
  70.     PLUS.BMP        Bitmap used in example
  71.     PAGE.BMP        Ditto
  72.  
  73.     FINDSTR.MAK        FindString and FindStringExact Demo
  74.     FIND1.FRM        Form for FindString Demo
  75.  
  76.     VIRTUAL.MAK        Virtual List Box example
  77.     VIRTUAL.FRM        Form for virtual list box
  78.  
  79. ***************************************************************************
  80.  
  81. REGISTRATION
  82.  
  83. Time for the sob story.  This Multi-Column List Box is Shareware.  It is
  84. NOT crippled in anyway.  When you download this custom control, you have
  85. the same custom control that I am using in my everyday VB programming.
  86. As a Shareware contributor, I am counting on the honor and moral fiber of
  87. every person who downloads this custom control to do the right thing.  I
  88. have contributed and participated in the Shareware arena for years now.
  89. Your small contribution can make a difference to me and my family...
  90.  
  91. Right now, the maximum string size in the List Box is 255 characters.  Let me
  92. know if this causes a problem.  I don't anticipate anyone needing to display
  93. more than this number of characters to the screen.
  94.  
  95. If you like and appreciate this custom control...
  96.  
  97.   1)  Small time developers like me, send $10.00 to the address listed above
  98.   2)  Corporate users send $15.00 to the address listed above
  99.   3)  Register in the Compuserve SWREG forum ID 1585
  100.  
  101. Registered users may purchase the source...
  102.  
  103.   Send $35.00 to me at the above address.
  104.  
  105.   This control is written in C++ and has been compiled using both
  106.   Borland C++ 3.1 and Visual C++ 1.5.
  107.  
  108. You may now register this control in the SWREG on Compuserve.  Type GO SWREG.
  109. If you want the source, you will still have to write me...
  110.  
  111. Corporate users should register via mail or register twice in the SWREG
  112. Forum, as many of you have already done.
  113.  
  114. ***************************************************************************
  115.  
  116. WARRANTY
  117.  
  118. The control, as is, works the way that I want it to.  This does not mean
  119. that it will work the way that you want it to.   Along those lines, I
  120. totally disclaim that the control will do anything whatsoever.  This
  121. includes any implied abilities and any WARRANTIES, including those for
  122. SUITABILITY for a particular purpose, MERCHANTIBILITY, and all that other
  123. bull crap.
  124.  
  125. ***************************************************************************
  126.  
  127. PROGRAMMER'S NOTES (or, what I need to know to use this custom control)
  128.  
  129. The Multi-Column List Box is an enhanced List Box control.  The following
  130. is a desciption of each additional control.  What it does, and how to
  131. use it in your own VB programming.  For additional control properties, see
  132. those for properties included in the standard list box control.  MLIST now
  133. contains all standard controls.  The ones listed below are additions.
  134.  
  135. ItemHeight
  136.  
  137. This property is responsible for controlling the height of each individual
  138. line item in the list box.  It defaults to 195 Twips, the height of the
  139. font used by the standard list box.  You should adjust this height if you
  140. change the font, font size, etc..
  141.  
  142. I'm not sure whether or not this property will change the height of the lines
  143. after the list box has already been created.  I did not design the list box
  144. control to have the height of the items change dynamically.  Set the height
  145. of this item at design time, and the font, and your list box will be fine.
  146. Experiment with this during run-time if you like, and let me know how it
  147. works out, and how I can make this item work more to your liking.
  148.  
  149. DrawRegions
  150.  
  151. This item determines the number of drawing regions on each line.  This is
  152. basically equivelent to the number of COLUMNS, but this list box will still
  153. scroll like a normal list box.  When setting this property, the control
  154. clears the flags for the draw regions and sets them to left aligned, single
  155. line, and centered vertically.  Consult the Windows API for DrawText to
  156. see what exactly these flags mean.
  157.  
  158. ItemLength
  159.  
  160. This is an indexed property which corresponds to the length of each drawing
  161. region.  If you want a drawing region to be a specific length, set that
  162. drawing region's length to the desired setting in twips.  For example...
  163.  
  164.     MList1.DrawRegions = 2
  165.     MList.ItemLength(1) = 500
  166.     MList.ItemLength(2) = 500
  167.  
  168.     ' Generates an out of index error
  169.     MList1.ItemLength(0) = XXX
  170.     MList1.ItemLength(3) = XXX
  171.  
  172. It is probably a good idea to set the lengths of all drawing regions when you
  173. are changing the defaults.
  174.  
  175. DrawFlags
  176.  
  177. This is an indexed property which corresponds to the flags of each drawing
  178. region.  If you want a drawing region to be drawn in a specific manner, set
  179. that drawing region's flags to the desired settings.  For specific flags,
  180. look up the DrawText API function in the Windows API Reference.  In the
  181. following example, I setup two drawing regions and set the second drawing
  182. region's flags to right justify the text.  In this example, the second
  183. drawing region displays currency values.
  184.  
  185.     Const DT_RIGHT = 2
  186.     Const DT_VCENTER = 4
  187.     Const DT_SINGLELINE = 32
  188.  
  189.     MList1.DrawRegions = 2
  190.     MList1.DrawFlags(2) = DT_RIGHT + DT_VCENTER + DT_SINGLELINE
  191.     MList.ItemLength(1) = 500
  192.     MList.ItemLength(2) = 500
  193.  
  194. If you are planning to include the '&' character in your strings, you
  195. should include the DT_NOPREFIX flag to avoid the underline.  I do NOT 
  196. automatically add this flag for you, as I want you to have total control 
  197. over the flags.
  198.  
  199. ActiveRegion
  200.  
  201. Setting this property affects the next two properties.  It defines the
  202. DrawingRegion (or index or column) that TextRegion and ListRegion will
  203. return.  Perhaps an example is in order.
  204.  
  205. My list box is divided up into three columns, name, account number, dollar
  206. amount.  I want to get the account number for the currently selected line
  207. as well as the first item...
  208.  
  209.     MList1.ActiveRegion = 2
  210.     aString$ = MList1.TextRegion    ' Gets 2nd column of current text
  211.     bString$ = MList1.ListRegion(0)    ' 2nd column of item at index 0
  212.  
  213. TextRegion
  214.  
  215. This property will return the ActiveRegion in the currently selected text.
  216. See the above "ActiveRegion".  Corresponds to a DrawRegion of the Text property.
  217. These values can also be written to at run time.
  218.  
  219. ListRegion
  220.  
  221. This property will return the ActiveRegion in the item at the specific index.
  222. See the above "ActiveRegion".  Corresponds to a DrawRegion of the List property.
  223. These values can also be written to at run time.
  224.  
  225. DefPicture
  226.  
  227. This is the default bitmap to be displayed in the ImageRegion when a specific
  228. bitmap has not been assigned to that items ItemPicture property.  Please see
  229. the demo on setting your own default picture and ItemPicture properties.
  230.  
  231. ImageType
  232.  
  233. This determines what type of image we are dealing with in our image region.
  234. If this property is set to 0, then the ImageRegion property is ignored and
  235. only text is dislayed.  If this image type is valid, then a checkbox or
  236. bitmap is displayed in the ImageRegion.
  237.  
  238. Note that when the image type is set to AlignBitmap, the normal drawing
  239. regions no longer apply.  Anybody got a problem with that???
  240.  
  241. ImageRegion
  242.  
  243. This property specifies which region contains the image region.  This value
  244. should be any number between 1 and the number of DrawRegions.  You may not
  245. set this property to a value of less than zero or greater then DrawRegions.
  246. When setting up your DrawRegions, the following is a good example:
  247.  
  248.     MList1.DrawRegions = 3
  249.     MList1.ImageRegion = 1
  250.  
  251.     MList1.ItemLength(1) = 100        ' Bitmap is in here
  252.     MList1.ItemLength(2) = 500
  253.     MList1.ItemLength(3) = 750
  254.  
  255.     ' Don't leave a space for the ImageRegion in your strings
  256.     MList1.AddItem "Region2" + Chr$(9) + "Region3"
  257.     MList1.AddItem "Region22" + Chr$(9) + "Region33"
  258.  
  259. The ImageRegion is ignored when calculating the "piece" of text that goes in
  260. that region.
  261.  
  262. Checked
  263.  
  264. This property is very similar to the Selected property.  In a Multi-Column
  265. list box with the ImageType set 2 (CheckBox), this property will return to
  266. you whether or not that line item is checked or not.  For example:
  267.  
  268.     For X% = 0 To MList1.ListCount - 1
  269.  
  270.         If MList1.Checked(X%) Then
  271.             Debug.Print "I am Checked! "; X%
  272.         Else
  273.             Debug.Print "I am not checked! "; X%
  274.         End If
  275.     Next X%
  276.  
  277.     ' Check the first item
  278.     MList1.Checked(0) = True
  279.  
  280. ItemPicture
  281.  
  282. This property is an array of pictures which correspond to the bitmaps for
  283. each line item in the list box.  If this item is not set by you, then
  284. the MList uses the DefPicture property.
  285.  
  286.     ' Change the first items picture in the list box
  287.     MList1.ItemPicture(0) = Image1.Picture
  288.  
  289. ItemForeColor
  290.  
  291. This property is an array of color which correspond to the foreground color
  292. for each line item in the list box.  If this item is not set by you, then
  293. the MList uses the default foreground color property.
  294.  
  295.     ' Change the first items foreground color to white
  296.     MList1.ItemForeColor(0) = RGB(255,255,255)
  297.  
  298. ItemBkColor
  299.  
  300. This property is an array of color which correspond to the background color
  301. for each line item in the list box.  If this item is not set by you, then
  302. the MList uses the default background color property.
  303.  
  304.     ' Change the first items background color to black
  305.     MList1.ItemBkColor(0) = RGB(0,0,0)
  306.  
  307. Alignment
  308.  
  309. This property controls the placement of the bitmap when the image type is
  310. set to 4, AlignBitmap.  See the demo for details, but basically the values
  311. for this property are:
  312.  
  313. 1 - Align the bitmap to the left, centered, then the text, centered
  314.     vertically and left justified.
  315. 2 -    Align the bitmap on top, centered, then the text, centered
  316.     horizontally and vertically.
  317. 3 - Align the bitmap to the right, centered, then the text, centered
  318.     vertically and left justified.
  319. 4 -    Align the bitmap on bottom, centered, then the text, centered
  320.     horizontally and vertically.
  321.  
  322. Note that when the image type is set to AlignBitmap, the normal drawing
  323. regions no longer apply.  Anybody got a problem with that???
  324.  
  325. MultiColumn
  326.  
  327. This turns the list box into a true multiple column list box.  The list box
  328. will scroll horizontal instead of vertical.  A default item width is provided,
  329. but you, the developer, should override this property.  This property should
  330. be set to true for multi-column, or false (the default) for normal list box
  331. behavior.
  332.  
  333. ItemWidth
  334.  
  335. The property specifies the width of each line in a multiple column list box.
  336. The width is set in Twips.  The normal drawing regions still apply, but I
  337. can't think of a reason why someone would want to divide line items in a
  338. column list box into more columns.
  339.  
  340. FindString
  341.  
  342. Setting this property will cause the list box to search for a string with
  343. the closest match from the current ListIndex.  If one is found, that string
  344. is set to the current ListIndex.  This is useful for moving items through
  345. a list box while typing the string in an edit control, ie.  Search in Help.
  346.  
  347. FindStringExact
  348.  
  349. This property is the same as above, except that it will search for an exact
  350. match.
  351.  
  352. RangeStart
  353.  
  354. This property marks the beginning line item for RangeSelected or RangeChecked.
  355. The offset is 0 based, so the first item is 0.
  356.  
  357. RangeEnd
  358.  
  359. This property marks the ending line item for RangeSelected or RangeChecked.
  360.  
  361. RangeSelected
  362.  
  363. All items in the range RangeStart to RangeEnd are marked as selected in the
  364. list box.  If the list box is not multi-select, then this is ignored.
  365.  
  366.     MList1.RangeStart = 0
  367.     MList1.RangeEnd = 3
  368.     MList1.RangeSelected = True
  369.  
  370. RangeChecked
  371.  
  372. All items in the range RangeStart to RangeEnd are marked as checked in the
  373. list box.
  374.  
  375.     MList1.RangeStart = 0
  376.     MList1.RangeEnd = 3
  377.     MList1.RangeChecked = False
  378.  
  379. SetHzScroll
  380.  
  381. When all is said and done, and you are through setting up your list box, and
  382. your columns extend past the displayable area of the list box, setting this
  383. property to True will cause the MLIST control to add up all of the drawing
  384. regions and add a horizontal scroll bar to the list box if one is neccessary.
  385.  
  386.  
  387. HiliteForeColor,
  388.  
  389. This is the default foreground color to use when a line in the list box is
  390. hilited.  If these colors are set, then the normal colors are ignored, and
  391. the HiliteForeColor is used to draw the text, and HiliteBackColor is used
  392. to draw the background.
  393.  
  394. You may force MList to use the default colors by setting this color equal
  395. HiliteBackColor.
  396.  
  397. HiliteBackColor,
  398.  
  399. This is the default background color to use when a line in the list box is
  400. hilited.  If these colors are set, then the normal colors are ignored, and
  401. the HiliteForeColor is used to draw the text, and HiliteBackColor is used
  402. to draw the background.
  403.  
  404. You may force MList to use the default colors by setting this color equal
  405. HiliteForeColor.
  406.  
  407. ItemHiliteForeColor,
  408.  
  409. This is a property array, which corresponds to each line item in the list box.
  410. Using this property, you can set the foreground and background hilited color
  411. of individual line items.
  412.  
  413.     MList1.ItemHiliteForeColor(0) = RGB(0,0,0)
  414.     MList1.ItemHiliteBackColor(0) = RGB(255,255,255)
  415.  
  416. ItemHiliteBackColor,
  417.  
  418. This is a property array, which corresponds to each line item in the list box.
  419. Using this property, you can set the foreground and background hilited color
  420. of individual line items.
  421.  
  422.     MList1.ItemHiliteForeColor(0) = RGB(0,0,0)
  423.     MList1.ItemHiliteBackColor(0) = RGB(255,255,255)
  424.  
  425. MaskingColor
  426.  
  427. This color is used to mask out colors in your bitmaps when they are included
  428. in your MList Box.  For example, lets say that you know you are not going
  429. to use the color white in your bitmaps or list boxes, so, you can set all the
  430. pixels in your bitmap, which you want to be transparent to white, and the
  431. natural color of the list box will show through your bitmap wherever the color
  432. white is.  Think of this as the transparent color, like in Icons, except you
  433. get to determine what it is.
  434.  
  435. HorizontalGrids
  436.  
  437. Set this property to true, if you want to allow horizontal grid lines to be
  438. drawn on your list box.
  439.  
  440. VerticalGrids
  441.  
  442. Set this property to true, if you want to allow vertical grid lines to be
  443. drawn on your list box.
  444.  
  445. GridStyle
  446.  
  447. This determines what line style is used to draw the grid lines.  This didn't
  448. quite turn out the way I wanted, but experiment if you like, and give me
  449. some suggestions.
  450.  
  451. BorderStyle
  452.  
  453. This property controls the border style of the list box.  Valid values are normal,
  454. raised, and inset.
  455.  
  456. RiseColor
  457.  
  458. This is the color of the rising edge of a 3-D list box.  Default color is white.
  459.  
  460. FallColor
  461.  
  462. This is the color of the falling edge of the 3-D list box.  The default color
  463. is a dark grey color.
  464.  
  465. Version
  466.  
  467. This property was included by me to insure backwards compatibility.  You don't
  468. need to be concerned with its use, as I use it for different things.
  469.  
  470. ExtendedSelect
  471.  
  472. This property will allow multiple select list boxes to be accessed via
  473. extended selection.  This causes the listbox to be created with the
  474. LBS_EXENDEDSEL style.  See the MS-Windows SDK help for more on extended
  475. select.
  476.  
  477. GridColor
  478.  
  479. This property determines the color of the horizontal and vertical grids.
  480. The default color is black.  I prefer light grey.
  481.  
  482. FindDirection
  483.  
  484. This property now determines which direction a FindString and 
  485. FindStringExact will search the list.  If set to 0, the search will
  486. begin at the currently active ListIndex and search to the bottom of
  487. the list.  If set to one, MList will begin at the current ListIndex
  488. and search to the top of the list.
  489.  
  490. EnableVirtualMsgs
  491.  
  492. This property enables virtual messages.  Setting this property to True
  493. causes a message to be sent to the VirtualMessage event whenever the
  494. user approaches the beginning or end of the list.  These messages are
  495. sent whether caused by a mouse or keyboard event.  See VirtualMessage
  496. event for details.
  497.  
  498. VirtualMsgZone
  499.  
  500. This property determines when a virtual message event is sent.  This
  501. property indicates then "zone" at the beggining and end of the list
  502. that triggers the event.  For example, setting this property to 100,
  503. would cause a VIRTUAL_END event to be sent to VirtualMessage when the
  504. user got within a 100 lines of the end of the list box, and a 
  505. VIRTUAL_BEGIN event when the user gets within 100 lines of the begging
  506. of the list box.  The event is only triggered if the user is heading
  507. towards the respective end of the list box.
  508.  
  509. CheckStyle
  510.  
  511. This property deterines the type of "checkbox" displayed by a checkbox
  512. style MList.  When this property is set to 0, the normal "cross/diagonal"
  513. check box is used.  When set to one, a check mark is placed in the box
  514. instead.
  515.  
  516. CheckColor
  517.  
  518. This property determines the color of the check mark.
  519.  
  520. ***************************************************************************
  521.  
  522. New Events
  523.  
  524. SelChange()
  525.  
  526. This event is called whenever a selection in the list box is changed
  527. either through the keyboard or the mouse.  You might want to use the
  528. event instead of or in addition to the Click method if you want to
  529. respond to selection changes when the user use the arrow keys instead
  530. of the mouse.
  531.  
  532. SelCheck(Index As Integer, State As Integer)
  533.  
  534. This event is called whenever the checked status of a line in the list
  535. box is changed.  The first parameter to this event is the Index
  536. (line item) that has been effected.  The second parameter is the state
  537. of the checked box.  It is either True or False.
  538.  
  539. VirtualMessage(Message As Integer)
  540.  
  541. This is my first attempt at a virtual list box, so please don't laugh.
  542. I am basically providing the means by which to notify you when more
  543. data is needed.  For now, you will have to keep track of your own data.
  544.  
  545. The following Message(s) are sent to this event:
  546.  
  547.     
  548.     VIRTUAL_UP  - This should be defined as having a value of (1).  This
  549.     message will be sent when you need to add items to the end of the
  550.     list, because it is scrolling up.
  551.  
  552.     VIRTUAL_DOWN - This should be defined as having a value of (2).  This
  553.     message will be sent when you need to add items to the beginning of 
  554.     the list, because it is scrolling down.
  555.  
  556.     VIRTUAL_END    - This is sent when the user is moving to the end of the
  557.     list.  You should load whatever number of lines you need to, then
  558.     MList will position ListIndex to the end of the list.  This item should
  559.     be defined as (3).
  560.  
  561.     VIRTUAL_HOME - This is sent when the user is moving to the beginning of 
  562.     the list.  You should load whatever number of lines you need to, then
  563.     MList will position ListIndex to the start of the list.  This item should
  564.     be defined as (4).
  565.  
  566. MList will move the current ListIndex as Items are added to and removed from 
  567. the list.  You should try to cache all the items you will load in memory, then 
  568. add them to the list at one time.  Save off TopIndex and ListIndex, so that 
  569. you can restore them.  You will need to subtract or add the number of new 
  570. items loaded (and removed) depending on which direction you are moving in.  
  571. See the example for details.
  572.  
  573. There are no properties like VirtualListIndex, VirtualTopIndex, VirtualCount,
  574. etc.  I am thinking hard about these, and hope to come up with an elegant
  575. solution.  Any suggestions???
  576.  
  577. I guess what I have done is provide virtual capabilities while leaving most
  578. of the implementation in your court.
  579.  
  580. ***************************************************************************
  581.  
  582. FORMATTING STRINGS
  583.  
  584. You should place the Tab character between each column in your string.  The
  585. following example formats a string for the DrawFlags example:
  586.  
  587.     MList1.AddItem "Robin W. McKean" + Chr$(9) + "$100.00"
  588.  
  589. The following string is for three columns:
  590.  
  591.     MList1.AddItem "Robin W. McKean"+Chr$(9)+"$100.00"+Chr$(9)+"True"
  592.  
  593. Remember, you do NOT have to include a column for the ImageRegion.  If
  594. the ImageRegion property was 1 and the DrawRegions property was 3, then
  595. the following line would work fine (3-1=2)
  596.  
  597.     MList1.AddItem "Robin W. McKean"+Chr$(9)+"$100.00"
  598.  
  599. ***************************************************************************
  600.  
  601. REACHING THE AUTHOR
  602.  
  603. I can be reached via U.S. Mail at the address listed above.  You can reach
  604. me via E-Mail at the following locations...
  605.  
  606. Compuserve:            Robin W. McKean
  607.                     72622,1403
  608.  
  609. Shareware South:    Robin W. McKean
  610.                     Atlanta, GA
  611.  
  612. I'm on CompuServe once or twice a day.  I check Shareware South about once
  613. a week.
  614.  
  615. ***************************************************************************
  616.  
  617. REVISION HISTORY
  618.  
  619. 3.00.0000    Initial release of the MLIST.VBX Custom Control
  620. 3.01.0000    Fixed "Bad Index" error message when setting Selected
  621.             property to True|False.
  622.             Added ItemData property to control.
  623.             Added ListIndex property to control.
  624.             Fixed an apparent bug in the VB API that was passing right
  625.             mouse button clicks to the Click event, but not the left
  626.             mouse button.
  627. 3.02.0000    Fixed a ton of problems.  Namely, the page down didn't work.
  628.             Delete current controls and rebuild to fix this problem.
  629.             Added ALL default controls for the standard list box.
  630.             Tested all of them before uploading.
  631. 3.03.0000    Fixed the index problem with the List property.  If anything,
  632.             I am guilty of being over enthusiastic.  I apologize to those
  633.             who got the previous version and thought it sucked.  Probably
  634.             because it did.  I added bitmaps and checkboxes as well as
  635.             the ability to change the color of a specific line.  You can
  636.             also change the bitmap of a specific line item.
  637. 3.04.0000    Fixed the bug with setting the Checked property, and then not
  638.             having the user be able to double click it or click the box
  639.             to change it back.  Added the AlignBitmap image type and
  640.             the Alignment property.
  641. 4.00.0000    Added the Multicolumn property and item width.  Added the
  642.             FindString and FindStringExact properties for searching
  643.             the list box.  Added the range properties for checking
  644.             and selecting multiple line items.
  645. 4.01.0000    Removed the 64k limit.  MLIST will now allow more than 64k
  646.             worth of data to be added to it.  Also, quit handling default
  647.             methods, such as Move (which didn't work), Refresh, and others.
  648.             Fixed problem with RemoveItem not deleting lines data.
  649.             Changing the way MLIST handled strings did the job.
  650. 4.02.0000    Removed a bug which caused a GP fault when more than 16 drawing
  651.             regions were requested by the user.  Reworked VB2.0 compatibility
  652.             strategy.
  653. 4.10.0000    Added 3-D, rise and fall colors, and SelChange event.
  654. 4.11.0000    Hilighted lines will default to the system colors as controlled
  655.             by the control panel.  User may still override useing the
  656.             HiliteForeColor and HiliteBackColor.  Added the ExtendedSelect
  657.             property.
  658. 4.20.0000    Tightened up the difference between a multi-select list box
  659.             and a normal list box.  I added grid color, virtual messages,
  660.             check marks in check boxes, SelChange events when ListIndex is
  661.             changed, SelCheck for when an item is checked/unchecked.
  662.  
  663. ***************************************************************************
  664.  
  665. ACKNOWLEDGEMENTS
  666.  
  667. I would like to thank Simon, Kevin, and Neil for their input.  A great C++
  668. programmer does not a good VB programmer make...  Please, Please, Please,
  669. take a few minutes to notify me if there are any bugs.  I hate bugs...
  670.  
  671. Thanks to Paul for the check box problem.
  672.  
  673. Thanks to Alex for providing info on VB 2.0 problems.
  674.  
  675. Thanks to Michael and David for color problems with hilighted text.
  676.  
  677. Thanks to Michael for extended select reminder.
  678.  
  679. Thanks to Stacy, Juha, Darren and Paul, who all made a big difference in
  680. the quality of this release.
  681.  
  682. ***************************************************************************
  683.