Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

mshflexgrid multipleselect

hi all
i am using mshflexgrid with vb6. I want to update multiple rows at a time. the user will select multiple rows in the hflexgrid.i want the values of the selected row in a array. how it can be done
please help
:confused:
thank you in advance
[264 byte] By [gsreejit_79] at [2007-11-11 8:49:31]
# 1 Re: mshflexgrid multipleselect
you can use the Row and RowSel properties to iterate through the rows that are currently selected (notice that you have to check which one is the smaller), and then iterate through the columns using the Cols property
mstraf at 2007-11-11 17:24:55 >