Results 1 to 3 of 3

Thread: Quick Color Quesition

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2003
    Posts
    2

    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

  2. #2

    Thread Starter
    New Member
    Join Date
    Jul 2003
    Posts
    2
    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

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Maybe this one ?
    VB Code:
    1. 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
  •  



Click Here to Expand Forum to Full Width