How do you add coloring to text...
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Like in visual studio for c++ docs it adds support for coloring text "for, if..." how can I make the same text coloring by default? Actual Linux Penguins were harmed in the creation of this message.
You are looking for a syntax-coloring edit control? Have a look at these: http://www.codeproject.com/editctrl/brainchild.asp http://www.codeproject.com/editctrl/crysedit.asp http://www.codeproject.com/editctrl/scintillawnd.asp Best regards, :) Dominik
_outp(0x64, 0xAD);
and__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? ;) (doesn't work on NT)