Click here to Skip to main content
15,906,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: programing Pin
David Crow19-Oct-10 15:26
David Crow19-Oct-10 15:26 
GeneralRe: programing Pin
CPallini19-Oct-10 21:06
mveCPallini19-Oct-10 21:06 
GeneralRe: programing Pin
CPallini19-Oct-10 21:09
mveCPallini19-Oct-10 21:09 
GeneralRe: programing Pin
Kushagra Tiwari19-Oct-10 21:45
Kushagra Tiwari19-Oct-10 21:45 
QuestionHow to set value of a variable during dubugging in visual studio 2005 Pin
ptr_Electron19-Oct-10 4:29
ptr_Electron19-Oct-10 4:29 
AnswerRe: How to set value of a variable during dubugging in visual studio 2005 Pin
Richard MacCutchan19-Oct-10 4:42
mveRichard MacCutchan19-Oct-10 4:42 
QuestionText getting truncated Pin
vikram attiganal19-Oct-10 0:21
vikram attiganal19-Oct-10 0:21 
QuestionRe: Text getting truncated Pin
CPallini19-Oct-10 0:34
mveCPallini19-Oct-10 0:34 
AnswerRe: Text getting truncated Pin
vikram attiganal19-Oct-10 0:46
vikram attiganal19-Oct-10 0:46 
QuestionRe: Text getting truncated Pin
CPallini19-Oct-10 2:12
mveCPallini19-Oct-10 2:12 
AnswerRe: Text getting truncated Pin
Richard MacCutchan19-Oct-10 0:38
mveRichard MacCutchan19-Oct-10 0:38 
GeneralRe: Text getting truncated Pin
Maximilien19-Oct-10 3:41
Maximilien19-Oct-10 3:41 
GeneralRe: Text getting truncated Pin
Richard MacCutchan19-Oct-10 4:31
mveRichard MacCutchan19-Oct-10 4:31 
JokeRe: Text getting truncated Pin
Sauro Viti19-Oct-10 5:05
professionalSauro Viti19-Oct-10 5:05 
JokeRe: Text getting truncated Pin
Code-o-mat19-Oct-10 5:58
Code-o-mat19-Oct-10 5:58 
JokeRe: Text getting truncated Pin
bleedingfingers20-Oct-10 1:18
bleedingfingers20-Oct-10 1:18 
GeneralRe: Text getting truncated Pin
Richard MacCutchan20-Oct-10 1:29
mveRichard MacCutchan20-Oct-10 1:29 
QuestionWhat characters are not valid and not supported in URL? Pin
Le@rner19-Oct-10 0:15
Le@rner19-Oct-10 0:15 
AnswerRe: What characters are not valid and not supported in URL? PinPopular
Richard MacCutchan19-Oct-10 0:33
mveRichard MacCutchan19-Oct-10 0:33 
QuestionProblem while displaying "Greek" and "Russian" Strings Pin
msr_codeproject18-Oct-10 23:31
msr_codeproject18-Oct-10 23:31 
AnswerRe: Problem while displaying "Greek" and "Russian" Strings Pin
Sauro Viti18-Oct-10 23:43
professionalSauro Viti18-Oct-10 23:43 
GeneralRe: Problem while displaying "Greek" and "Russian" Strings Pin
msr_codeproject18-Oct-10 23:52
msr_codeproject18-Oct-10 23:52 
AnswerRe: Problem while displaying "Greek" and "Russian" Strings Pin
Richard MacCutchan19-Oct-10 4:48
mveRichard MacCutchan19-Oct-10 4:48 
GeneralRe: Problem while displaying "Greek" and "Russian" Strings Pin
msr_codeproject19-Oct-10 19:01
msr_codeproject19-Oct-10 19:01 
GeneralRe: Problem while displaying "Greek" and "Russian" Strings Pin
Richard MacCutchan19-Oct-10 22:57
mveRichard MacCutchan19-Oct-10 22:57 
That is basically what I did and it worked fine. It would appear that the system is trying to translate the characters to a different font in the title of the dialog bar. I can only suggest rechecking your dialog settings, including verifying that the system is not sending a WM_SETFONT message which is changing it from your original font selection. Other than that I'm a bit lost I'm afraid.

I am often reminded of a sentence in "Programming Windows 3.1" by Charles Petzold where he says (if I remember correctly): "No-one said it has to be to be easy". Frown | :(
Just say 'NO' to evaluated arguments for diadic functions! Ash

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.