Are there any good Rich Edit control tutorials out there?
Already searched google, probably I am not good at choosing the right keywords.
This is a discussion on Rich Edit controls within the Windows Programming forums, part of the Platform Specific Boards category; Are there any good Rich Edit control tutorials out there? Already searched google, probably I am not good at choosing ...
Are there any good Rich Edit control tutorials out there?
Already searched google, probably I am not good at choosing the right keywords.
"The Internet treats censorship as damage and routes around it." - John Gilmore
Ken Fitlike has a good Rich Edit example on his web site.
Well, I had a specific problem with Rich Edit controls: I couldn't get them working!
Then I found that my richedit.h is not for version 4.1 but for 3.0 and I couldn't get any newer ones. So I just renamed the class name to "Richedit50W".
Everything else about Rich Edit controls can be just looked from the MSDN reference.
"The Internet treats censorship as damage and routes around it." - John Gilmore