|
-
Jul 2nd, 2002, 12:47 AM
#1
Thread Starter
Hyperactive Member
XP blue
Does anyone know the VB color to get the blue color that MS uses to highlight menu selections?
-
Jul 2nd, 2002, 01:19 AM
#2
The picture isn't missing
vbHighLight i think (it is system specific)
Remember, if someone's post was not helpful, you can always rate their post negatively  .
-
Jul 2nd, 2002, 02:36 AM
#3
PowerPoster
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.
-
Jul 2nd, 2002, 02:32 PM
#4
Thread Starter
Hyperactive Member
-
Jul 2nd, 2002, 04:39 PM
#5
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|