Hello:
I'm using Visual C++ 6.0 to create a Dialog Box. (Resource Editor) Inside this I have several static text controls.
How to change font style(to bold) of one of the static text controls inside the dialog box when only the Dialog Box properties Window let me change the style for all the controls inside the container at the same time. I would like to use the Windows API functions only (not MFC).
Thanks.
I'm using Visual C++ 6.0 to create a Dialog Box. (Resource Editor) Inside this I have several static text controls.
How to change font style(to bold) of one of the static text controls inside the dialog box when only the Dialog Box properties Window let me change the style for all the controls inside the container at the same time. I would like to use the Windows API functions only (not MFC).
Thanks.