Results 1 to 5 of 5

Thread: XP blue

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2001
    Location
    Washington, DC
    Posts
    422

    XP blue

    Does anyone know the VB color to get the blue color that MS uses to highlight menu selections?

  2. #2
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    vbHighLight i think (it is system specific)
    Remember, if someone's post was not helpful, you can always rate their post negatively .

  3. #3
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    Take a screen capture (Press the print screen button) when the menu item is selected, then paste that into a program that lets you select a color from the image, and find out what the RGB value of the color is, then you can use Clng(RGB(244,212,83)) input your own numbers to get teh long value of the color, which you can use in your VB app.
    <removed by admin>

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2001
    Location
    Washington, DC
    Posts
    422
    Thanks.

  5. #5
    Fanatic Member
    Join Date
    Jul 2002
    Location
    Australia
    Posts
    635
    Does anyone know the RGB value of the gray used in the mac os 8 menubar ?

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