Hello
When I draw text on runtime pDC->TextOut(...) How can I highlight this when drag left-click ???
Thanks
Printable View
Hello
When I draw text on runtime pDC->TextOut(...) How can I highlight this when drag left-click ???
Thanks
.. use pDC->SetTextColor() and pDC->SetBackground() width Colors you get from GetSysColors.
Martin