Hi. Is it possible to add ProgressBar to a DatagridView control collection and how? Using vb.net 2005 and windows forms apps, thanks. Jorge
Jorge c Tuesday, November 13, 2007 11:36 AM
Hello,
What do you mean with "DatagridView control collection"? If you want to have a column containing ProgressBars, that is possible by using a custom DataGridView column. For a sample on how to create custom datagridview columns, check out http://msdn2.microsoft.com/en-us/library/ms180996.aspx
bb35 Tuesday, November 13, 2007 5:16 PM
Hello,
What do you mean with "DatagridView control collection"? If you want to have a column containing ProgressBars, that is possible by using a custom DataGridView column. For a sample on how to create custom datagridview columns, check out http://msdn2.microsoft.com/en-us/library/ms180996.aspx