home *** CD-ROM | disk | FTP | other *** search
- MULTIGRID
-
- This simple demo illustrates how I have implimented a workaround a
- limitation of the grid control in VB 3.0. In an application, I
- wanted the ability to select non-adjascent rows from a grid (sort
- of like the MultiSelect Property set to 1 for a List box).
-
-
- The form in this demo has some comments you might want to read.
- The heart of the code is in two routines:
- Grid1_Click
- ShowBtn_Click
-
- Feel free to use/modify this as you want. If you like this
- implimentation, I would appreciate a short note from you. If
- you have suggestions for improvements or other comments to make,
- I would again appreciate a short note from you.
-
-
- Enjoy...
- Anand Desai
- COMPUSERVE: 71201,2304
- August 12, 1993
-