Search Results

0
votes

Resizing Controls in MFC

I use CResize class from CodeGuru to resize all controls automatically. You tell how you want each control to be resized and it does the job for you. The resize paradigm is to specify how m …
-1
votes

i18n-able way to get number ordinal in C++/MFC on Windows? (1->1st, 2->2nd, etc.)

Here is the piece of code on CodeProject that does the job. Haven't tried it on my own. …
0
votes

Windows C++ dialog resizer class

We use CResize class from CodeGuru to resize all controls automatically. You tell how you want each control to be resized and it does the job for you. The resize paradigm is to specify how …