chat control
C / C++ / MFC
4
Posts
2
Posters
0
Views
1
Watching
-
i want to find a control which looks like the msn's it can display the gif dynamicly and the font ,can control the font size ,color and so on,it's best inherit from richtext ,any help is appreciated regards
a beginner
Do you want to show images and fonts?
-
Do you want to show images and fonts?
-
You need to EnumFontFamily or EnumFontFamilies for enumerates fonts and CreateFont/ for images you can use of CImage class for load and show them.