Colored Text in win32 window + scroll
C / C++ / MFC
5
Posts
3
Posters
0
Views
1
Watching
-
Can I use TextOut with possability to scroll window?
-
Can I use TextOut with possability to scroll window?
-
and if I use win32 without MFC?
-
and if I use win32 without MFC?
The sample that led mike post will help you. If you have an application without MFC, just remove the MFC objects in that sample and you will see the plain WIN32 functions for scrolling and text output.
Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )
-
and if I use win32 without MFC?