Change Font Size of Static Text

  • Thread starter Thread starter Don Baechtel
  • Start date Start date
D

Don Baechtel

I am using Visual Studio .Net 2003. I am creating a
CDialog Box with Static Text control from Toolbox. How do
I change the Font, Font Size and Bold of Static Text? The
Static Text control does not contain those properties and
the Format Tollbar is greyed out.

Thanks for help.
 
* "Don Baechtel said:
I am using Visual Studio .Net 2003. I am creating a
CDialog Box with Static Text control from Toolbox. How do
I change the Font, Font Size and Bold of Static Text? The
Static Text control does not contain those properties and
the Format Tollbar is greyed out.

I would ask this question in a C++ group, this group is about .NET
Windows Forms programming.
 
But the Static Text control in the .Net 2003 is a Windows
Form control is it not? Why is this not a Windows Forms
question?
 
Nope. You're putting a Static Text control onto a CDialog, both of which
sound like you're using the MFC library, not Windows Forms. (If you were
using Windows Forms, you would be putting a Label onto a Form.) Check with
an MFC newsgroup and see if they can help you out.


But the Static Text control in the .Net 2003 is a Windows
Form control is it not? Why is this not a Windows Forms
question?
 
Back
Top