Button control with runtime caption and tooltip

seema.nare@oasis-bs.com

Active member
Joined
May 19, 2006
Messages
27
Programming Experience
Beginner
VB.net : How can I add a column in datagrid with Button as a control ? I want to assign a caption and tooltip runtime for each button in the column.
 
Since you are on VS2005, use the DataGridView control instead, where it is easy to add a button column (DataGridViewButtonColumn), it's just one click in the combobox to select column type.

Moved to Wingrids forum.
 
Back
Top