.Net Framework 2.0 Form & Label Color Bug

  • Thread starter Thread starter dickersonka
  • Start date Start date
D

dickersonka

I have a form with the backcolor of RGB values of (0, 159, 139). I
place a label on top of this form with the exact same backcolor. When
I run my application in a remote desktop connection on a windows 2000
server that has .Net framework 2.0, the colors are visibly different
even though they have the same RGB values. Can anyone provide any
light?

Thanks,
Keith
 
I have a form with the backcolor of RGB values of (0, 159, 139). I
place a label on top of this form with the exact same backcolor. When
I run my application in a remote desktop connection on a windows 2000
server that has .Net framework 2.0, the colors are visibly different
even though they have the same RGB values. Can anyone provide any
light?

Typically, when viewing a remote desktop you don't see the full color
depth of the target, to save bandwidth. The options of the remote
desktop connection should have something about color scaling.
 
Back
Top