B Bob Powell [MVP] Jan 7, 2005 #2 Use the ColorConverter class. -- Bob Powell [MVP] Visual C#, System.Drawing Find great Windows Forms articles in Windows Forms Tips and Tricks http://www.bobpowell.net/tipstricks.htm Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/faqmain.htm All new articles provide code in C# and VB.NET. Subscribe to the RSS feeds provided and never miss a new article.
Use the ColorConverter class. -- Bob Powell [MVP] Visual C#, System.Drawing Find great Windows Forms articles in Windows Forms Tips and Tricks http://www.bobpowell.net/tipstricks.htm Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/faqmain.htm All new articles provide code in C# and VB.NET. Subscribe to the RSS feeds provided and never miss a new article.
H Herfried K. Wagner [MVP] Jan 8, 2005 #3 Tom wilson said: How does one convert "LightGray" (ie.) to an HTML color? Click to expand... \\\ MsgBox(ColorTranslator.ToHtml(Color.FromArgb(100, 200, 10))) ///
Tom wilson said: How does one convert "LightGray" (ie.) to an HTML color? Click to expand... \\\ MsgBox(ColorTranslator.ToHtml(Color.FromArgb(100, 200, 10))) ///
B Bob Powell [MVP] Jan 8, 2005 #4 Nuts, that's the one I meant. Sorry. -- Bob Powell [MVP] Visual C#, System.Drawing Find great Windows Forms articles in Windows Forms Tips and Tricks http://www.bobpowell.net/tipstricks.htm Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/faqmain.htm All new articles provide code in C# and VB.NET. Subscribe to the RSS feeds provided and never miss a new article.
Nuts, that's the one I meant. Sorry. -- Bob Powell [MVP] Visual C#, System.Drawing Find great Windows Forms articles in Windows Forms Tips and Tricks http://www.bobpowell.net/tipstricks.htm Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/faqmain.htm All new articles provide code in C# and VB.NET. Subscribe to the RSS feeds provided and never miss a new article.
C Cor Ligthert Jan 8, 2005 #5 Tom, See this thread http://groups-beta.google.com/group..._doneTitle=Back+to+Search&&d#945905ce8783be12 I hope this helps Cor
Tom, See this thread http://groups-beta.google.com/group..._doneTitle=Back+to+Search&&d#945905ce8783be12 I hope this helps Cor