mentalhard
Well-known member
- Joined
- Aug 7, 2006
- Messages
- 123
- Programming Experience
- Beginner
VB.NET:
dim s as string = System.Drawing.ColorTranslator.ToHtml(Me.BackColor)
My question is how do i avoid this issue and make it that always returns the color in a html format e.g. "#ccffcc"
Thanks
Last edited by a moderator: