Click here to Skip to main content
16,008,750 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: vc++ Pin
Hamid_RT17-Jun-08 22:27
Hamid_RT17-Jun-08 22:27 
AnswerRe: vc++ Pin
Jagdish V. Bhimbha17-Jun-08 23:50
Jagdish V. Bhimbha17-Jun-08 23:50 
JokeRe: vc++ Pin
David Crow18-Jun-08 3:25
David Crow18-Jun-08 3:25 
AnswerRe: vc++ Pin
Hamid_RT19-Jun-08 2:35
Hamid_RT19-Jun-08 2:35 
QuestionProblem using international character on MFC Dialog in Dialog editor(Visual C++ 2005) Pin
xanagan66617-Jun-08 21:57
xanagan66617-Jun-08 21:57 
AnswerRe: Problem using international character on MFC Dialog in Dialog editor(Visual C++ 2005) Pin
Alan Balkany18-Jun-08 3:44
Alan Balkany18-Jun-08 3:44 
GeneralRe: Problem using international character on MFC Dialog in Dialog editor(Visual C++ 2005) Pin
xanagan66618-Jun-08 6:11
xanagan66618-Jun-08 6:11 
GeneralRe: Problem using international character on MFC Dialog in Dialog editor(Visual C++ 2005) Pin
Alan Balkany18-Jun-08 6:45
Alan Balkany18-Jun-08 6:45 
You could create two copies of the dialog; one for each language.

Another option: you can set the font in a loop that iterates through all the dialog's controls. This link: http://www.themssforum.com/MFC/iterate-controls/[^] tells how to do this.

I suggest you pre-create both fonts because creating a new font every time you do SetFont is slow.
QuestionPrint Menu Problem --Print,Print Preview and Page Setup Menu item . Pin
Le@rner17-Jun-08 21:13
Le@rner17-Jun-08 21:13 
AnswerRe: Print Menu Problem --Print,Print Preview and Page Setup Menu item . Pin
KarstenK17-Jun-08 21:48
mveKarstenK17-Jun-08 21:48 
Questionhow to get part of the string after blank Pin
amit.code17-Jun-08 20:57
amit.code17-Jun-08 20:57 
AnswerRe: how to get part of the string after blank Pin
CPallini17-Jun-08 21:12
mveCPallini17-Jun-08 21:12 
AnswerRe: how to get part of the string after blank Pin
Cedric Moonen17-Jun-08 21:14
Cedric Moonen17-Jun-08 21:14 
GeneralRe: how to get part of the string after blank Pin
amit.code17-Jun-08 22:22
amit.code17-Jun-08 22:22 
AnswerRe: how to get part of the string after blank Pin
Hamid_RT17-Jun-08 22:30
Hamid_RT17-Jun-08 22:30 
QuestionIcon at Menuitem Pin
cb0206117-Jun-08 20:33
cb0206117-Jun-08 20:33 
AnswerRe: Icon at Menuitem Pin
Le@rner17-Jun-08 21:39
Le@rner17-Jun-08 21:39 
QuestionAutoComplete in COmboBox Pin
Anu_Bala17-Jun-08 18:35
Anu_Bala17-Jun-08 18:35 
AnswerRe: AutoComplete in COmboBox Pin
_AnsHUMAN_ 17-Jun-08 18:53
_AnsHUMAN_ 17-Jun-08 18:53 
AnswerRe: AutoComplete in COmboBox [modified] Pin
Nibu babu thomas17-Jun-08 18:56
Nibu babu thomas17-Jun-08 18:56 
AnswerRe: AutoComplete in COmboBox Pin
David Crow18-Jun-08 3:28
David Crow18-Jun-08 3:28 
QuestionOutput filename strings in MSVC 2008 Express Edition Pin
CaptJosh17-Jun-08 18:17
CaptJosh17-Jun-08 18:17 
AnswerRe: Output filename strings in MSVC 2008 Express Edition Pin
Saurabh.Garg17-Jun-08 18:51
Saurabh.Garg17-Jun-08 18:51 
AnswerRe: Output filename strings in MSVC 2008 Express Edition Pin
Nibu babu thomas17-Jun-08 19:03
Nibu babu thomas17-Jun-08 19:03 
GeneralRe: Output filename strings in MSVC 2008 Express Edition Pin
CaptJosh20-Jun-08 8:58
CaptJosh20-Jun-08 8:58 

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.