Color.FromARGB

  • Thread starter Thread starter Gulliver
  • Start date Start date
G

Gulliver

Having a terible time figuring out how to get Color.FromARGB to work. Anyone
been successful at implementing this control?
 
Gulliver said:
Having a terible time figuring out how to get Color.FromARGB to work.
Anyone been successful at implementing this control?

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?

\\\
Dim c As Color = Color.FromArgb(...)
///
 
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
 
Back
Top