I didn't know how to use 6.0 in the past. I thought it was not good at standard support and I didn't know about plug-ins.
Write nowCode.
Install a visual assist x plug-in first, which is extremely useful. Later, I thought it was a little inadequate, that is, the color. By default, vc6.0 can be configured with only a few colors, which makes it difficult to configure. Find another small plug-in, devtruecolour. You can change the color.
Later, I joined the project team and used remote desktop to write code. Another machine was installed with only VAX without devtruecolor. For security purposes, I could not install software on my own.
It took me a day to compile the devtruecolor code line into the remote machine and get the plug-in, but when I added it, I said I didn't have the permission. At that time, I felt that the world was dark. (Register the com plug-in)
It will take a few days, so I can't stand it anymore. I will try again and find a way to change the color without using plug-ins. It is actually very simple.
In start-run, type regedit and open the Registry Editor.
HKEY_CURRENT_USER -- software -- Microsoft -- devstudio -- 6.0 -- format
You can change the configuration here.
Modify the key value of the source window. For example, double-click Text. There are two numeric rows.
The first line FF 00 10 30 40 00, Here FF is the foreground color, 10 30 40 is the background color. In hexadecimal notation, the color is separated by 00. I don't know what the next line represents. It should also be a color value.
You can try to change the following color configuration, just say the first line, to see if it looks good
Source window
Comment: 5C 93 EA 00 10 30 40 00
Keyword: 60 ff 60 00 10 30 40 00
Number: FF 86 6a 00 10 30 40 00
String: FF 86 6a 00 10 30 40 00
Text: FF 00 10 30 40 00