Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get selected rows in vb6 Datagrid

Tags:

vb6

I have a vb6 application I am supporting and we need to add a method that grabs data from multiple selected rows in a databound grid.

Can anyone point me in the direction to loop through the datagrid to find out what rows are selected?

like image 645
studiothat Avatar asked Oct 25 '25 00:10

studiothat


1 Answers

its very simple just you need to do is

dim numberofRow as integer
numberofRow = datagrid.row
like image 152
Junaid Avatar answered Oct 28 '25 03:10

Junaid



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!