Im creating a desktop application in Visual Basic 6.0 and im having trouble getting the data from datagrid.
Im used to using DataGridView commands in Visual Basic .Net but its not available in VB6.
I already tried using datagrid1.textmatrix but its not available for the datagrid controls.
I think .textmatrix is a Flexgrid control.
i know i have to use looping for this but i dont know the commands for getting the data in the data grid.
Can anyone give me an insight.. thx