Connecting Tech Pros Worldwide Forums | Help | Site Map

MSVC++ Question

Adam Cowherd
Guest
 
Posts: n/a
#1: Jul 22 '05
Hello,
I need some help with Visual C++. I am creating a dialog box, and when I
put on the static text control, I add the text to it. But how do I set the
size/font/color of that text? Thanks a lot!







-Adam



Jack Klein
Guest
 
Posts: n/a
#2: Jul 22 '05

re: MSVC++ Question


On Tue, 13 Jan 2004 19:56:27 -0500, "Adam Cowherd"
<visualcppguru@gawab.com> wrote in comp.lang.c++:
[color=blue]
> Hello,
> I need some help with Visual C++. I am creating a dialog box, and when I
> put on the static text control, I add the text to it. But how do I set the
> size/font/color of that text? Thanks a lot![/color]

We discuss the ANSI/ISO standard C++ language here, not platform
specific extensions like this. You need a group line
news:comp.os.ms-windows.win32.programmer, or one of Microsoft's
support groups in the news:microsoft.public.vc.* family for Windows
API issues.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html
Adam Cowherd
Guest
 
Posts: n/a
#3: Jul 22 '05

re: MSVC++ Question


Alright


Closed Thread