Convert Hex Color to System.Drawing.Color in VB.Net

27. March 2009

Read this article in your language IT | EN | DE | ES

Here's a simple one....

tcStatusColor.BackColor = System.Drawing.ColorTranslator.FromHtml("#4f81db")

Code Snippets, VB.NET , , ,