Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to create Ini file and enter/retrieve data from it VC++ MFC Pin
CPallini3-Nov-08 21:35
mveCPallini3-Nov-08 21:35 
GeneralRe: How to create Ini file and enter/retrieve data from it VC++ MFC Pin
anna mathew3-Nov-08 22:00
anna mathew3-Nov-08 22:00 
QuestionMFC ActiveX control event question [modified] Pin
followait2-Nov-08 22:13
followait2-Nov-08 22:13 
Questionip address setting and adhoc configuration Pin
LaHaHa2-Nov-08 19:38
LaHaHa2-Nov-08 19:38 
AnswerRe: ip address setting and adhoc configuration Pin
Iain Clarke, Warrior Programmer2-Nov-08 23:54
Iain Clarke, Warrior Programmer2-Nov-08 23:54 
GeneralRe: ip address setting and adhoc configuration Pin
LaHaHa3-Nov-08 11:31
LaHaHa3-Nov-08 11:31 
QuestionCan we change the font size for existing createfont handle without creating again Pin
naga.anu2-Nov-08 19:04
naga.anu2-Nov-08 19:04 
AnswerRe: Can we change the font size for existing createfont handle without creating again Pin
Russell'2-Nov-08 23:32
Russell'2-Nov-08 23:32 
The answer looks no, or too complex to be the right way.
Why you doesn't like a solution like thi one?

LOGFONT LogFont;
m_Font.GetLogFont(&LogFont);
LogFont.lfEscapement=900;
m_FontVert.CreateFontIndirect(&LogFont);

in my code I'm rotating the font to have vertical text, but you can do the same on the same CFont variable to change other parameters as the font size.


Russell

QuestionSocket programming Pin
Chandrasekharan P2-Nov-08 19:01
Chandrasekharan P2-Nov-08 19:01 
AnswerRe: Socket programming Pin
Cedric Moonen2-Nov-08 21:05
Cedric Moonen2-Nov-08 21:05 
GeneralRe: Socket programming Pin
Chandrasekharan P2-Nov-08 21:18
Chandrasekharan P2-Nov-08 21:18 
GeneralRe: Socket programming Pin
Cedric Moonen2-Nov-08 21:22
Cedric Moonen2-Nov-08 21:22 
GeneralRe: Socket programming Pin
Chandrasekharan P2-Nov-08 21:57
Chandrasekharan P2-Nov-08 21:57 
GeneralRe: Socket programming Pin
Cedric Moonen2-Nov-08 22:08
Cedric Moonen2-Nov-08 22:08 
GeneralRe: Socket programming Pin
Chandrasekharan P2-Nov-08 22:13
Chandrasekharan P2-Nov-08 22:13 
GeneralRe: Socket programming Pin
SandipG 2-Nov-08 22:13
SandipG 2-Nov-08 22:13 
GeneralRe: Socket programming Pin
Chandrasekharan P2-Nov-08 22:17
Chandrasekharan P2-Nov-08 22:17 
Question[SOLVED] Modifying stringstream Pin
CodingLover2-Nov-08 18:39
CodingLover2-Nov-08 18:39 
AnswerRe: Modifying stringstream Pin
Jijo.Raj2-Nov-08 19:01
Jijo.Raj2-Nov-08 19:01 
QuestionRe: Modifying stringstream Pin
CodingLover2-Nov-08 19:22
CodingLover2-Nov-08 19:22 
AnswerRe: Modifying stringstream Pin
Jijo.Raj2-Nov-08 19:39
Jijo.Raj2-Nov-08 19:39 
NewsRe: Modifying stringstream Pin
CodingLover2-Nov-08 19:53
CodingLover2-Nov-08 19:53 
GeneralRe: Modifying stringstream Pin
Jijo.Raj2-Nov-08 20:03
Jijo.Raj2-Nov-08 20:03 
QuestionCreate New String Value in registry Pin
cpvc++2-Nov-08 18:23
cpvc++2-Nov-08 18:23 
AnswerRe: Create New String Value in registry Pin
Hamid_RT2-Nov-08 18:30
Hamid_RT2-Nov-08 18:30 

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.