Select Single Cell in MSHFlexgrid

         How to use MSHFlexgrid in selecting a particular column. It is very easy, as shown in the picture below. For example a data has been shown in contorl MSHFlexgrid, then the user will select one of the existing data in that column, then the program for manangkap data chosen by the user are as follows:
 
Select Single Cell in MSHFlexgrid

 
 
 Private Sub Command1_Click()
      MsgBox (MSHFlexGrid1.TextMatrix(MSHFlexGrid1.Row, MSHFlexGrid1.Col))
 End Sub
 

 
More topic of Mshflexgrid
 
 -. How to Use MSHFlexgrid ?
 -. Mshflexgrid with Adodc
 -. Editable MSHFlexgrid
 -. Attach textbox to MSHFlexgrid
 -. MSHFlexgrid select a cell and change background

Postingan populer dari blog ini

vb6 msflexgrid

Tutorial Visual Basic 6.0 : Listbox in VB6