B Boni Oct 31, 2005 #1 Dear all, is it possible to convert string "Blue" into system.drawing.color.blue. Thanks a lot, Boni
H Herfried K. Wagner [MVP] Oct 31, 2005 #2 Boni said: is it possible to convert string "Blue" into system.drawing.color.blue. Click to expand... \\\ c = Color.FromName(...) ///
Boni said: is it possible to convert string "Blue" into system.drawing.color.blue. Click to expand... \\\ c = Color.FromName(...) ///
P pamelafluente Oct 31, 2005 #3 Your question is not clear. Please retry. -Pamela dim Color as Color if string="Blue" then Color=color.blue ?????????????????
Your question is not clear. Please retry. -Pamela dim Color as Color if string="Blue" then Color=color.blue ?????????????????
B Boni Oct 31, 2005 #4 Thanks, just what I needed Herfried K. Wagner said: \\\ c = Color.FromName(...) /// Click to expand...
Thanks, just what I needed Herfried K. Wagner said: \\\ c = Color.FromName(...) /// Click to expand...