home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / multigrd / read_me.txt < prev   
Text File  |  1993-08-12  |  728b  |  24 lines

  1. MULTIGRID
  2.  
  3. This simple demo illustrates how I have implimented a workaround a
  4. limitation of the grid control in VB 3.0.  In an application, I
  5. wanted the ability to select non-adjascent rows from a grid (sort
  6. of like the MultiSelect Property set to 1 for a List box).
  7.  
  8.  
  9. The form in this demo has some comments you might want to read.
  10. The heart of the code is in two routines:
  11.    Grid1_Click
  12.    ShowBtn_Click
  13.  
  14. Feel free to use/modify this as you want.  If you like this
  15. implimentation, I would appreciate a short note from you.  If
  16. you have suggestions for improvements or other comments to make,
  17. I would again appreciate a short note from you.
  18.  
  19.  
  20. Enjoy...
  21. Anand Desai
  22. COMPUSERVE: 71201,2304
  23. August 12, 1993
  24.