INTERACT FORUM

Windows => Plug-in Development => Topic started by: PaulSinnema on April 28, 2007, 05:38:41 pm

Title: AutoEQ 0.0.0.2 Betaversion available
Post by: PaulSinnema on April 28, 2007, 05:38:41 pm
Hi,

I've updated the plugin a little. Specially where Skinning was concerned. Had a very long hard search to find how to change the colors of the headers of a DataGridView. What you might want to know is the following.

When setting Colors on a DataGridView it doesn't work until you do the following:

Code: [Select]
                gridview.EnableHeadersVisualStyles = false;

Took me 4 hours of searching and trial and error to find this. Saving you the trouble.

Download it from here: http://www.paulsinnema.net/modules/mydownloads/visit.php?cid=5&lid=5 (http://www.paulsinnema.net/modules/mydownloads/visit.php?cid=5&lid=5)

Paul.