Click here to Skip to main content
16,005,552 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: using Visual Studio to build C/C++ projects with dependencies Pin
cmk24-Sep-06 9:56
cmk24-Sep-06 9:56 
GeneralRe: using Visual Studio to build C/C++ projects with dependencies Pin
George_George25-Sep-06 3:12
George_George25-Sep-06 3:12 
AnswerRe: using Visual Studio to build C/C++ projects with dependencies Pin
PJ Arends24-Sep-06 9:58
professionalPJ Arends24-Sep-06 9:58 
GeneralRe: using Visual Studio to build C/C++ projects with dependencies Pin
George_George25-Sep-06 3:14
George_George25-Sep-06 3:14 
GeneralRe: using Visual Studio to build C/C++ projects with dependencies Pin
Eytukan25-Sep-06 3:30
Eytukan25-Sep-06 3:30 
QuestionParsers Pin
Waldermort24-Sep-06 1:35
Waldermort24-Sep-06 1:35 
Questionhow can we change the font of CString variables Pin
johnalek24-Sep-06 1:12
johnalek24-Sep-06 1:12 
AnswerRe: how can we change the font of CString variables Pin
Christian Graus24-Sep-06 1:24
protectorChristian Graus24-Sep-06 1:24 
Your question has no answer. A CString is a string wrapper, the information it stores is the characters in the string. The control which renders the string ( well, actually, the device context into which the string is rendered ) is responsible for the font that's used to represent it. So, you probably need to look at the CFont class if you're drawing hte string yourself, and if you're assigning the string to a control, such as a window header, then you need to see if you can set a font on that control, or if you're going to need to owner draw the control to change the font.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

AnswerRe: how can we change the font of CString variables Pin
Hamid_RT24-Sep-06 2:09
Hamid_RT24-Sep-06 2:09 
GeneralRe: how can we change the font of CString variables Pin
johnalek24-Sep-06 2:59
johnalek24-Sep-06 2:59 
QuestionRe: how can we change the font of CString variables Pin
Eytukan24-Sep-06 3:27
Eytukan24-Sep-06 3:27 
AnswerRe: how can we change the font of CString variables Pin
Maximilien24-Sep-06 4:39
Maximilien24-Sep-06 4:39 
GeneralRe: how can we change the font of CString variables Pin
Reagan Conservative25-Sep-06 3:54
Reagan Conservative25-Sep-06 3:54 
Questionfatal error LNK1120: 1 unresolved externals Pin
RockyJames23-Sep-06 22:12
RockyJames23-Sep-06 22:12 
AnswerRe: fatal error LNK1120: 1 unresolved externals Pin
Graham Bradshaw23-Sep-06 22:45
Graham Bradshaw23-Sep-06 22:45 
Questionsubclassed CPrintDialog won't close properly Pin
Roj23-Sep-06 20:23
Roj23-Sep-06 20:23 
Questionmove window Pin
zon_cpp23-Sep-06 20:03
zon_cpp23-Sep-06 20:03 
AnswerRe: move window Pin
Steve Echols23-Sep-06 20:12
Steve Echols23-Sep-06 20:12 
GeneralRe: move window Pin
zon_cpp23-Sep-06 20:18
zon_cpp23-Sep-06 20:18 
GeneralRe: move window Pin
zon_cpp23-Sep-06 20:28
zon_cpp23-Sep-06 20:28 
QuestionProblem with hook Pin
joe.cet23-Sep-06 17:48
joe.cet23-Sep-06 17:48 
QuestionHow to Create a Timed Displayed Dialog Pin
Larry Mills Sr23-Sep-06 16:17
Larry Mills Sr23-Sep-06 16:17 
AnswerRe: How to Create a Timed Displayed Dialog Pin
PJ Arends23-Sep-06 17:04
professionalPJ Arends23-Sep-06 17:04 
AnswerRe: How to Create a Timed Displayed Dialog Pin
ThatsAlok23-Sep-06 19:30
ThatsAlok23-Sep-06 19:30 
GeneralRe: How to Create a Timed Displayed Dialog Pin
Larry Mills Sr29-Sep-06 17:08
Larry Mills Sr29-Sep-06 17:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.