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
Move subfolders and their contents to another location based on date.
Generating report.rdf to a pdf format and save it in oracle on the unix box to further ftp to network directory
Do Access Forms sometimes "Time-out" on opening if the underlying query is too complex?
asp.net 2010
Can't find Trend Micro WFBS Advance server...
Exchange / domain Setup 2003
AD for iBGP and eGP routes.
edit php.ini
CF - Form checking for errors with form action
perc RAID re-config