blah blah blah is here! blah blah » Close

0
votes
1 answers

What is the best way to retrieve excel background colors from a 2003 .xls file?

I've been doing alot of research, but having difficulty finding a way to retrieve the colors without using interlop. I want to use an odbc connection...is it possible to retrieve the background colors this way?

0
votes
1 answers

accessing wpf Colors in a different thread?

i have a program that needs to change the color of a rectangle. but i'm using threads. here's what i have [code]mySolidColorBrush.Dispatcher.Invoke(DispatcherPriority.Send, new FillBoxColor(fillBoxColor), Colors.Green; delegate void ...

Feedback