PDA

Click to See Complete Forum and Search --> : Quick Color Quesition


a94ws7
Jul 29th, 2003, 07:21 PM
Does anyone know the exact color of the menus in VS .net, the blue color when you hightlight an item. I can swear I tried all of the System.Color blues, but still have no luck. maybe if someone knows the RGB, thanks

a94ws7
Jul 29th, 2003, 10:08 PM
I found a close enough color by using

System.Drawing.Color.FromName

but if someone does know the exact color of the menus or the would be great

Pirate
Jul 30th, 2003, 12:48 PM
Maybe this one ?
Color ShadowColor = FromArgb(136, 141, 157)