Microsoft
Software
Hardware
Network
Question : How to set the forecolor a column in datagridview.vb.net 2005 windows
Hi,
How to set the forecolor a single column created during runtime in datagridview white and the rest of the column forecolor to black.
Cheers
Answer : How to set the forecolor a column in datagridview.vb.net 2005 windows
dataGridView.DefaultCellSt
yle.ForeCo
lor = Color.Black;
DataGridViewColumn column = dataGridView.Columns[index
OfColumn];
DataGridViewCell cell = new DataGridViewTextBoxCell();
cell.Style.ForeColor = Color.White;
column.CellTemplate = cell;
Random Solutions
Restoring information store Exchange 2003
Symantec Corporate ver. 8, antivirus server service will not start
Hide/Unhide Objects through VBA
Sending 'Test' Messages
Updating JAVA Control Panel settings.
Specify a Path
How to print a form in a report one record at a time
search and replace
Servlet Issue in Moving from Unix to Linux
JQuery Modal Form