Click here to Skip to main content
15,894,540 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: windows dialog Pin
Maxwell Chen2-Jun-06 0:08
Maxwell Chen2-Jun-06 0:08 
GeneralRe: windows dialog Pin
Steen Krogsgaard2-Jun-06 0:09
Steen Krogsgaard2-Jun-06 0:09 
GeneralRe: windows dialog Pin
Maxwell Chen2-Jun-06 0:10
Maxwell Chen2-Jun-06 0:10 
AnswerRe: windows dialog Pin
Steen Krogsgaard2-Jun-06 0:08
Steen Krogsgaard2-Jun-06 0:08 
AnswerRe: windows dialog Pin
iLL eFFect4-Jun-06 20:05
iLL eFFect4-Jun-06 20:05 
GeneralRe: windows dialog Pin
iLL eFFect2-Jun-06 0:46
iLL eFFect2-Jun-06 0:46 
GeneralRe: windows dialog Pin
Ștefan-Mihai MOGA2-Jun-06 2:18
professionalȘtefan-Mihai MOGA2-Jun-06 2:18 
GeneralRe: windows dialog Pin
Steen Krogsgaard2-Jun-06 2:22
Steen Krogsgaard2-Jun-06 2:22 
Questionc++.net using Acrobat Pin
Bassieeee1-Jun-06 23:58
Bassieeee1-Jun-06 23:58 
QuestionASSER - VERIFY [modified] Pin
big_denny_2001-Jun-06 23:49
big_denny_2001-Jun-06 23:49 
AnswerRe: ASSER - VERIFY [modified] Pin
Sarath C1-Jun-06 23:57
Sarath C1-Jun-06 23:57 
AnswerRe: ASSER - VERIFY [modified] Pin
Maxwell Chen1-Jun-06 23:57
Maxwell Chen1-Jun-06 23:57 
AnswerRe: ASSER - VERIFY [modified] Pin
Nibu babu thomas2-Jun-06 0:09
Nibu babu thomas2-Jun-06 0:09 
AnswerRe: ASSER - VERIFY [modified] Pin
toxcct2-Jun-06 0:26
toxcct2-Jun-06 0:26 
QuestionForm's Button not responding Pin
Y_Kaushik1-Jun-06 23:37
Y_Kaushik1-Jun-06 23:37 
AnswerRe: Form's Button not responding Pin
_anil_1-Jun-06 23:55
_anil_1-Jun-06 23:55 
QuestionDesktop COntext Menus Pin
Anil_vvs1-Jun-06 23:21
Anil_vvs1-Jun-06 23:21 
AnswerRe: Desktop COntext Menus Pin
Sarath C2-Jun-06 0:01
Sarath C2-Jun-06 0:01 
Questionright-aligned shortcuts in popup menu Pin
Dovgan Vitaliy1-Jun-06 23:12
Dovgan Vitaliy1-Jun-06 23:12 
AnswerRe: right-aligned shortcuts in popup menu Pin
toxcct1-Jun-06 23:14
toxcct1-Jun-06 23:14 
AnswerRe: right-aligned shortcuts in popup menu Pin
Viorel.1-Jun-06 23:29
Viorel.1-Jun-06 23:29 
GeneralRe: right-aligned shortcuts in popup menu Pin
Dovgan Vitaliy2-Jun-06 2:10
Dovgan Vitaliy2-Jun-06 2:10 
GeneralRe: right-aligned shortcuts in popup menu Pin
Viorel.2-Jun-06 2:55
Viorel.2-Jun-06 2:55 
It seems that the current implementation of Windows’ built-in menus does not support alignment you requested. Some other custom menu engines support this, for instance one used in C# applications.

In C++, you can try some third-party owner-drawn custom menus. For instance: BCMenu (http://www.codeproject.com/menu/bcmenu.asp[^]), which supports various features. Please see if it is suitable for you. Alternatively search for another one, if you are not going to implement you own menus.
AnswerMessage Removed Pin
14-Jul-22 7:44
Member 775720414-Jul-22 7:44 
Questionnetwork function Pin
pandikumar1-Jun-06 23:00
pandikumar1-Jun-06 23:00 

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.