Hi,
I was using DrawText API but found out in order to use DT_VCENTER
(center text vertically) it can only be used with DT_SINGLELINE (single
line), though I need to have DT_WORDBREAK (multi line) too, like how
text is shown in VB's check box.
Since DrawText can't do both, how is this done?
Thanks,
Ed
Michel - 21 Sep 2008 07:14 GMT
> Hi,
>
[quoted text clipped - 4 lines]
>
> Since DrawText can't do both, how is this done?
Read MSDN better...
... and Google Groups -> has been answered... hundreds of times
Ed - 21 Sep 2008 11:00 GMT
>Read MSDN better...
>... and Google Groups -> has been answered... hundreds of times
Well I couldn't find an answer on google which is why I came here. ;)
Never mind, I figured it out.
Ed