Change Font Size of Static Text

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.
 
H

Herfried K. Wagner [MVP]

* "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.
 
G

Guest

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?
 
J

Joe White

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top