Click here to Skip to main content
15,892,480 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Problem in Accessing CStringArray object, Pin
David Crow16-Oct-07 4:06
David Crow16-Oct-07 4:06 
AnswerRe: Problem in Accessing CStringArray object, Pin
Hadi Dayvary16-Oct-07 4:17
professionalHadi Dayvary16-Oct-07 4:17 
GeneralRe: Problem in Accessing CStringArray object, Pin
David Crow16-Oct-07 4:25
David Crow16-Oct-07 4:25 
GeneralRe: Problem in Accessing CStringArray object, Pin
ThatsAlok17-Oct-07 2:11
ThatsAlok17-Oct-07 2:11 
Questionhow to change the font of property page Pin
rajneshmalik15-Oct-07 22:49
rajneshmalik15-Oct-07 22:49 
AnswerRe: how to change the font of property page Pin
Nelek15-Oct-07 23:13
protectorNelek15-Oct-07 23:13 
AnswerRe: how to change the font of property page Pin
Hadi Dayvary15-Oct-07 23:49
professionalHadi Dayvary15-Oct-07 23:49 
AnswerRe: how to change the font of property page Pin
Mark Salsbery16-Oct-07 5:27
Mark Salsbery16-Oct-07 5:27 
Most common controls use the parent's font.  Try setting the
font for the page instead of for every control.

Try changing

   this->GetDlgItem(id of control)->SetFont(...);

to this
 
   SetFont(...);




Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionSubClass all buttons of aprogram Pin
Hadi Dayvary15-Oct-07 22:34
professionalHadi Dayvary15-Oct-07 22:34 
AnswerRe: SubClass all buttons of aprogram Pin
Anand Todkar15-Oct-07 23:22
Anand Todkar15-Oct-07 23:22 
GeneralRe: SubClass all buttons of aprogram Pin
Hadi Dayvary15-Oct-07 23:43
professionalHadi Dayvary15-Oct-07 23:43 
GeneralRe: SubClass all buttons of aprogram Pin
_AnsHUMAN_ 16-Oct-07 2:57
_AnsHUMAN_ 16-Oct-07 2:57 
AnswerRe: SubClass all buttons of aprogram Pin
Naveen16-Oct-07 3:38
Naveen16-Oct-07 3:38 
QuestionDisplaying WChar string in non-Unicode Project. Pin
nilesh.gawade15-Oct-07 22:15
nilesh.gawade15-Oct-07 22:15 
AnswerRe: Displaying WChar string in non-Unicode Project. Pin
Naveen15-Oct-07 23:16
Naveen15-Oct-07 23:16 
QuestionRe: Displaying WChar string in non-Unicode Project. Pin
nilesh.gawade16-Oct-07 0:22
nilesh.gawade16-Oct-07 0:22 
AnswerRe: Displaying WChar string in non-Unicode Project. Pin
Naveen16-Oct-07 14:08
Naveen16-Oct-07 14:08 
QuestionRe: Displaying WChar string in non-Unicode Project. Pin
nilesh.gawade16-Oct-07 17:14
nilesh.gawade16-Oct-07 17:14 
AnswerRe: Displaying WChar string in non-Unicode Project. Pin
Naveen16-Oct-07 17:51
Naveen16-Oct-07 17:51 
GeneralRe: Displaying WChar string in non-Unicode Project. Pin
nilesh.gawade16-Oct-07 18:03
nilesh.gawade16-Oct-07 18:03 
QuestionRe: Displaying WChar string in non-Unicode Project. Pin
nilesh.gawade16-Oct-07 18:28
nilesh.gawade16-Oct-07 18:28 
AnswerRe: Displaying WChar string in non-Unicode Project. Pin
Naveen16-Oct-07 21:58
Naveen16-Oct-07 21:58 
QuestionRe: Displaying WChar string in non-Unicode Project. Pin
nilesh.gawade17-Oct-07 3:08
nilesh.gawade17-Oct-07 3:08 
AnswerRe: Displaying WChar string in non-Unicode Project. Pin
Naveen17-Oct-07 5:15
Naveen17-Oct-07 5:15 
AnswerRe: Displaying WChar string in non-Unicode Project. Pin
Naveen17-Oct-07 5:17
Naveen17-Oct-07 5:17 

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.