Connecting Tech Pros Worldwide Help | Site Map

MSVC++ Question

  #1  
Old July 22nd, 2005, 06:12 AM
Adam Cowherd
Guest
 
Posts: n/a
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


  #2  
Old July 22nd, 2005, 06:12 AM
Jack Klein
Guest
 
Posts: n/a

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
  #3  
Old July 22nd, 2005, 06:13 AM
Adam Cowherd
Guest
 
Posts: n/a

re: MSVC++ Question


Alright


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Do you have the C or C++ standard? (serious question) Chris Hills answers 57 October 5th, 2006 06:35 AM
Do you have the C or C++ standard? (serious question) Chris Hills answers 56 October 5th, 2006 06:35 AM
Problems linking a BCB-DLL (.lib) under MSVC Uli answers 6 November 17th, 2005 04:06 PM