View Single Post
  #57 (permalink)  
Old 08-02-2007, 05:26 AM
Karpagarajan Karpagarajan is offline
D-Web Analyst
 
Join Date: Mar 2007
Posts: 299
Karpagarajan is on a distinguished road
Thumbs up Re: VC++ Tips & Tricks

Change the color of the VC++ IDE...

by changing the registry values, we can change the color of the Visual C++ IDE...

[HKEY_USERS\.Default\Software\Microsoft\Devstudio\6 .0\Format\Source Window]
"FontFace"="Comic Sans MS"
"FontSize"=dword:00000009
"Text"=hex:c0,80,c0,00,00,00,00,00,12,01,b2,00
"Text Selection"=hex:00,00,00,00,c0,80,c0,00,19,00,19,00
"Current Error/Tag"=hex:ff,ff,ff,00,00,00,80,00,d2,01,b2,01
"Bookmark"=hex:00,00,00,00,00,ff,ff,00,10,00,1 0,00
"Breakpoint"=hex:ff,ff,ff,00,80,00,00,00,10,00 ,10, 00
"Current Statement"=hex:00,00,00,00,ff,ff,00,00,70,00,70,00
"Selection Margin"=hex:d8,e0,f0,00,d8,e0,f0,00,13,00,13,00
"Keyword"=hex:00,ff,00,00,00,00,00,00,10,00,10 ,00
"Comment"=hex:ff,ff,00,00,00,00,00,00,10,00,11 ,00
"Number"=hex:ff,00,00,00,00,00,00,00,10,00,11, 00
"String"=hex:ff,00,00,00,00,00,00,00,10,00,11, 00
"Operator"=hex:00,ff,00,00,00,00,00,00,10,00,1 1,00
"Wizard IDL/ODL Code"=hex:80,80,80,00,00,00,00,00,14,00,15,00
"HTML Element Name"=hex:c0,80,c0,00,00,00,00,00,14,00,15,00
"HTML Attribute Name"=hex:00,ff,00,00,00,00,00,00,14,00,15,00
"HTML Attribute Value"=hex:ff,00,00,00,00,00,00,00,14,00,15,00
"HTML Comment"=hex:ff,ff,00,00,00,00,00,00,14,00,15,00
"HTML Entity"=hex:ff,c0,40,00,00,00,00,00,14,00,15,00
"HTML Tag Delimiter"=hex:00,ff,00,00,00,00,00,00,14,00,15,00
"HTML String"=hex:ff,00,00,00,00,00,00,00,14,00,15,00
"HTML Tag Text"=hex:ff,00,ff,00,00,00,00,00,14,00,15,00
"HTML Operator"=hex:00,ff,00,00,00,00,00,00,14,00,15,00
"HTML Server-Side Script"=hex:00,00,00,00,ff,ff,00,00,14,00,14,00
"Wizard Code"=hex:80,80,80,00,00,00,00,00,14,00,15,00
"User Defined Keywords"=hex:00,00,ff,00,00,00,00,00,14,00,15,00

...........
thanks
__________________
Karpagarajan. R
Necessity is the mother of invention

Last edited by Booom : 08-09-2007 at 05:46 AM.
Reply With Quote