To all:
Is it possible that the screen printout of the 2 printing functions differs in quality.
I feel that nStyle - DrawText is better readable.
If yes I would suggest to use nStyle - DrawText for the MetroUI.
Best regards,
Otto
---------------------------------------------------------------------------
DrawTextEx( ::hDC, cText, aRect, nAlign )
---------------------------------------------------------------------------
nStyle = nOR( WS_CHILD, WS_VISIBLE )
DrawText( ::hDC, cText, aRect, nStyle )
---------------------------------------------------------------------------