|
-
Oct 24th, 2007, 11:30 AM
#1
Thread Starter
Hyperactive Member
Change IDE Colors
Please, if this is not the right place to be, move this thread.
I would like to know how can I change the code colors of vb6, but not using only the limited list which are on the menu Tools->Options-->Editor Format.
Thank you
-
Oct 24th, 2007, 11:59 AM
#2
Re: Change IDE Colors
How's the list limited?
-
Oct 24th, 2007, 12:01 PM
#3
Re: Change IDE Colors
If you mean change colors like the toolbars, windows menus etc, you cant do it separately from changing the system appearance which will change the colors for everything throughout windows.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Oct 24th, 2007, 12:05 PM
#4
Re: Change IDE Colors
I'm curious as to what kind of colors you would want to change them to (that you don't already have available).
-
Oct 24th, 2007, 12:15 PM
#5
Re: Change IDE Colors
Or do you mean you want to change the actual code "text". Look at IDE's menu: Tools | Options, then click on the Editor Format tab. You can change the colors there.
-
Oct 24th, 2007, 12:19 PM
#6
Re: Change IDE Colors
That was mentioned in the first post as something he doesnt want to use by itself. He wants more.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Oct 24th, 2007, 11:50 PM
#7
Re: Change IDE Colors
i think he is trying to make his own add-in which he willing to incorporate all thease coloring functions. so he is asking, how do i change the colors using code ?
-
Oct 25th, 2007, 10:48 AM
#8
Thread Starter
Hyperactive Member
Re: Change IDE Colors
RobDog888 is right. I want more colors, not only those which are available on VB6 IDE.
There are only 16 colors on the dropdown boxes to choose.
For instance, if I want my selection text back color to have this color - R:17 G:36 B:59 - how can I make it?
If I want to have my VB6 IDE look like this one, how can I make it?
http://www.romiro.com/wp-content/upl...byblue-php.png
Fazi. I only want to change code colors, not make any add-in...
But if I have to, I will do it, for sure!
Thank You
Last edited by RS_Arm; Oct 25th, 2007 at 10:55 AM.
-
Oct 25th, 2007, 12:11 PM
#9
Re: Change IDE Colors
The settings are stored in the registry under the following key. Unless there is some undocumented registry setting to override that listing, good luck. The registry entries appear to be indexes into the combobox can't find any references to color values.
HKEY_CURRENT_USER\Software\Microsoft\VBA\Microsoft Visual Basic
-
Oct 25th, 2007, 12:22 PM
#10
Re: Change IDE Colors
Since they are the basic 16 colors, the color indexes probably directly relate to the color.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
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
|