M
Morten Snedker
I have an Access application where my forms have to different colors.
These I wish to use in my vb.net app as well.
I copy screen and paste into Photoshop and use the color picker to get
the color. It returns RGB 58,110,165.
That makes me come up with:
Dim myBrush As New SolidBrush(Color.FromArgb(100, 58, 110, 165))
I set Alpha to 100 - but don't know if this is correct. However, I
don't get the same color in the two applications. How come?
Regards /snedker
These I wish to use in my vb.net app as well.
I copy screen and paste into Photoshop and use the color picker to get
the color. It returns RGB 58,110,165.
That makes me come up with:
Dim myBrush As New SolidBrush(Color.FromArgb(100, 58, 110, 165))
I set Alpha to 100 - but don't know if this is correct. However, I
don't get the same color in the two applications. How come?
Regards /snedker