Does anyone know the VB color to get the blue color that MS uses to highlight menu selections?
Printable View
Does anyone know the VB color to get the blue color that MS uses to highlight menu selections?
vbHighLight i think (it is system specific)
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.
Thanks.
Does anyone know the RGB value of the gray used in the mac os 8 menubar ?