G Gulliver Oct 1, 2003 #1 Having a terible time figuring out how to get Color.FromARGB to work. Anyone been successful at implementing this control?
Having a terible time figuring out how to get Color.FromARGB to work. Anyone been successful at implementing this control?
A Armin Zingler Oct 1, 2003 #2 Gulliver said: Having a terible time figuring out how to get Color.FromARGB to work. Anyone been successful at implementing this control? Click to expand... Which problem do you have? Why do you say "control"? Color (System.Drawing.Color) is a structure.
Gulliver said: Having a terible time figuring out how to get Color.FromARGB to work. Anyone been successful at implementing this control? Click to expand... Which problem do you have? Why do you say "control"? Color (System.Drawing.Color) is a structure.
H Herfried K. Wagner [MVP] Oct 1, 2003 #3 Gulliver said: Having a terible time figuring out how to get Color.FromARGB to work. Anyone been successful at implementing this control? Click to expand... \\\ Dim c As Color = Color.FromArgb(...) ///
Gulliver said: Having a terible time figuring out how to get Color.FromARGB to work. Anyone been successful at implementing this control? Click to expand... \\\ Dim c As Color = Color.FromArgb(...) ///
G Gulliver Oct 2, 2003 #4 Thanks all for your help. Some of us need to read the documentation before wasting your time. Sorry guys! I figured out my syntax was all wrong. Gull
Thanks all for your help. Some of us need to read the documentation before wasting your time. Sorry guys! I figured out my syntax was all wrong. Gull