msflexgrid
-
hi everyone, plz plz plz i need help on my pb, i have a project to present on 12 of july & i still can find the solution to my pb i am using a visual basic 6 platform & i am using a flexgrid control ,i want to select each row appart & i want to wait 0.5 sec then select the next row. the pb is that the row keep on selected but i can't see the selected rows after the 10th row unless i click on the msflexgrid scrollbar. is there is any way to make it move without pressing. this is my code: Dim i As Long For i = 0 To 33 Me.MSFlexGrid1.Row = i Me.MSFlexGrid1.Col = 0 Me.MSFlexGrid1.SetFocus Me.MSFlexGrid1.ColSel = Me.MSFlexGrid1.Cols - 1 Call wait(0.5) ' function to wait Next End Sub so the pb is that i can see the 1st 10 rows but the other rows i can't plz plz i need help on it waelhawari