Reputation: 903
I can't seem to find the System.Windows assembly. I tried to add a reference under the tab .NET but it is not there. There is a
What i wan to do is play a little with hexcollor converting. Does anyone know what I should add or where I can find the System.windows?
thanks in advance
Upvotes: 0
Views: 293
Reputation: 6182
For System.Windows you need to add reference to WindowsBase.
And try this post if it helps with your hex to color conversion: Convert .Net Color Objects to HEX codes and Back
Upvotes: 1