Click to See Complete Forum and Search --> : How do i determine the selected rowes in a datagrid?


duck443
May 27th, 2004, 04:57 AM
Hello

I am using a datagrid bound to an adodc data control in a Visual Basic 6 application. With the control key i can select multiple rows. How can i programmatically determine the selected rows in the datagrid?

With the method datagrid.IsSelected(i) it should be possible in a VB.net environement but how do i do it with VB6.

Thanks in advance

Duck