|
-
May 28th, 2002, 01:30 AM
#1
Thread Starter
New Member
button in dbgrid
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 ?
-
Jun 21st, 2002, 09:12 PM
#2
Addicted Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|