Click to See Complete Forum and Search --> : How to highlight text ???


Kobe
October 21st, 1999, 12:53 PM
Hello
When I draw text on runtime pDC->TextOut(...) How can I highlight this when drag left-click ???

Thanks

martho
October 21st, 1999, 03:25 PM
.. use pDC->SetTextColor() and pDC->SetBackground() width Colors you get from GetSysColors.

Martin