Click here to Skip to main content
15,888,802 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Regarding spin button control not supported by Window 95 DDK. - REPOST. Pin
Iain Clarke, Warrior Programmer26-Feb-09 1:38
Iain Clarke, Warrior Programmer26-Feb-09 1:38 
GeneralRe: Regarding spin button control not supported by Window 95 DDK. - REPOST. Pin
Ain Bahadur Mor26-Feb-09 19:34
Ain Bahadur Mor26-Feb-09 19:34 
GeneralRe: Regarding spin button control not supported by Window 95 DDK. - REPOST. Pin
Iain Clarke, Warrior Programmer26-Feb-09 21:42
Iain Clarke, Warrior Programmer26-Feb-09 21:42 
QuestionOpen recordsets limit Pin
TanmaySathe25-Feb-09 22:41
TanmaySathe25-Feb-09 22:41 
AnswerRe: Open recordsets limit Pin
CPallini25-Feb-09 23:15
mveCPallini25-Feb-09 23:15 
QuestionHow to set the font of popup menu Pin
MrKBA25-Feb-09 22:29
MrKBA25-Feb-09 22:29 
AnswerRe: How to set the font of popup menu Pin
Code-o-mat25-Feb-09 23:24
Code-o-mat25-Feb-09 23:24 
AnswerRe: How to set the font of popup menu Pin
Iain Clarke, Warrior Programmer26-Feb-09 1:51
Iain Clarke, Warrior Programmer26-Feb-09 1:51 
As code-o-mat hints, there is no SetMenuItemFont or SetMenuFont command. And there's no font property of the menu resource type.

You'll have to do some owner-draw menu stuff, which can be painful. Luckily, there are several good articles on codeproject that can help.

I did think that you could change the menu font using SystemParametersInfo temporarily, but that is (a) fragile, and (b) might change the font the menu bar at the top of all the window... so not such a good solution, just for a pretty menu.

Good luck, you've got a bunch of work ahead of you!

Iain.

Codeproject MVP for C++, I can't believe it's for my lounge posts...

GeneralRe: How to set the font of popup menu Pin
MrKBA26-Feb-09 2:16
MrKBA26-Feb-09 2:16 
AnswerRe: How to set the font of popup menu Pin
Hamid_RT26-Feb-09 6:11
Hamid_RT26-Feb-09 6:11 
GeneralRe: How to set the font of popup menu Pin
MrKBA25-Mar-09 6:42
MrKBA25-Mar-09 6:42 
QuestionRegarding Spin Control Pin
Ain Bahadur Mor25-Feb-09 21:23
Ain Bahadur Mor25-Feb-09 21:23 
AnswerRe: Regarding Spin Control Pin
Rajesh R Subramanian25-Feb-09 21:33
professionalRajesh R Subramanian25-Feb-09 21:33 
GeneralRe: Regarding Spin Control Pin
Ain Bahadur Mor25-Feb-09 22:58
Ain Bahadur Mor25-Feb-09 22:58 
GeneralRe: Regarding Spin Control Pin
Nishad S26-Feb-09 0:33
Nishad S26-Feb-09 0:33 
GeneralRe: Regarding Spin Control Pin
Ain Bahadur Mor26-Feb-09 19:38
Ain Bahadur Mor26-Feb-09 19:38 
GeneralRe: Regarding Spin Control Pin
Nishad S26-Feb-09 20:15
Nishad S26-Feb-09 20:15 
QuestionHow to add ScrollBar to Dialog. Pin
hemlat25-Feb-09 20:13
hemlat25-Feb-09 20:13 
AnswerRe: How to add ScrollBar to Dialog. Pin
Chandrasekharan P25-Feb-09 20:45
Chandrasekharan P25-Feb-09 20:45 
GeneralRe: How to add ScrollBar to Dialog. Pin
hemlat25-Feb-09 21:27
hemlat25-Feb-09 21:27 
GeneralRe: How to add ScrollBar to Dialog. Pin
Chandrasekharan P25-Feb-09 22:16
Chandrasekharan P25-Feb-09 22:16 
AnswerRe: How to add ScrollBar to Dialog. Pin
Hamid_RT25-Feb-09 20:47
Hamid_RT25-Feb-09 20:47 
AnswerRe: How to add ScrollBar to Dialog. Pin
job8282425-Feb-09 21:28
job8282425-Feb-09 21:28 
QuestionCreate process in wince Pin
ujjawal kumar25-Feb-09 20:11
ujjawal kumar25-Feb-09 20:11 
AnswerRe: Create process in wince Pin
Hamid_RT25-Feb-09 20:50
Hamid_RT25-Feb-09 20:50 

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.