Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have used a Datagrid in VB6. I want to make the first column of the Datagrid a Checkbox column.

Can anyone advise how I can do this?

Thanks & Regards
Madhura
Posted
Updated 1-Sep-10 23:00pm
v2

1 solution

Read in one of the forums, though not sure, try :
Go to the property sheet and double click on "(Custom)" or right click on the grid control and select Properties. On
the pop-up properties dialog, head to the last tab, "Format". Select the column and select Checkbox.

Further, not sure if this is in VB6 or not, but you can have a look here: Customizing the Windows Forms DataGrid[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900