G
Guest
If I use the standard ColorDialog control to select a colour (say a pale blue) I get the returned value of 16762980 which is fine (Red=100, Green=200, Blue=255), BUT why when I use the following do I just get a transparent background???
Panel2.BackColor = Color.FromArgb(16762980)
Many thanks.
Steve
Panel2.BackColor = Color.FromArgb(16762980)
Many thanks.
Steve