|
-
Jul 29th, 2003, 07:21 PM
#1
Thread Starter
New Member
Quick Color Quesition
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
-
Jul 29th, 2003, 10:08 PM
#2
Thread Starter
New Member
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
-
Jul 30th, 2003, 12:48 PM
#3
Sleep mode
Maybe this one ?
VB Code:
Color ShadowColor = FromArgb(136, 141, 157)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|