5 pts.
Q:
Regarding DataGrid (Not MShFlexGrid) in Vb 6.0
i need to select a row in a Datagrid. I tried Datagrid.Row
it is Not Working, any one help on this
Code -
For nlRo = 1 To DataGrid.ApproxCount
DataGrid.Refresh
DataGrid.Ro =nlRo
DataGrid.Col=1
DataGrid.Text = nlRo
Next nlRo
'' Row is not selecting.....
ASKED: Jun 19 2009  12:45 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
5 pts.
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • Bookmark and Share
Last Answered: Jun 19 2009  12:45 AM GMT by Arunk003   5 pts.
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _