in vb6
how & what would be the code for attaching the button in the dbgrid
my problem is that i want to have a dbcombo/db list like activity in the dbgrid
pl provide me the code and on what event it would be ?
Printable View
in vb6
how & what would be the code for attaching the button in the dbgrid
my problem is that i want to have a dbcombo/db list like activity in the dbgrid
pl provide me the code and on what event it would be ?
Put the dbgrid into form and click properties of grid goto layout tab select the column in which U want to put the button and check the button property press ok.
now goto source window u can get
Private Sub DataGrid1_ButtonClick(ByVal ColIndex As Integer)
End Sub