Hello David.
I can't find out the method CDC::GetTextExtent(CString&). it return CSize object for textOut. I want to write CProgressBar which a text is showed.
Refer to the link below.
1) http://www.codeproject.com/Articles/7663/Status-Progress-Feedback 2) http://www.codeproject.com/Articles/80/Progress-Control-with-Text
Can you add above method? or Can you give me another example by using win32++
-- Gordon Ahn.
Hi Gordon,
You can use CDC::GetTextExtentPoint32 for this.
Best regards, David
Log in to post a comment.
Hello David.
I can't find out the method CDC::GetTextExtent(CString&).
it return CSize object for textOut.
I want to write CProgressBar which a text is showed.
Refer to the link below.
1) http://www.codeproject.com/Articles/7663/Status-Progress-Feedback
2) http://www.codeproject.com/Articles/80/Progress-Control-with-Text
Can you add above method?
or
Can you give me another example by using win32++
-- Gordon Ahn.
Hi Gordon,
You can use CDC::GetTextExtentPoint32 for this.
Best regards,
David