Click here to Skip to main content
16,016,537 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Hex Pin
valikac4-May-02 11:50
valikac4-May-02 11:50 
GeneralRe: Hex Pin
PJ Arends9-May-02 20:36
professionalPJ Arends9-May-02 20:36 
GeneralRe: Hex Pin
valikac10-May-02 4:37
valikac10-May-02 4:37 
GeneralRe: Hex Pin
Michael Dunn4-May-02 10:07
sitebuilderMichael Dunn4-May-02 10:07 
GeneralRe: Hex Pin
valikac4-May-02 10:10
valikac4-May-02 10:10 
GeneralAdding something to the system menu in the title bar Pin
Stan the man4-May-02 7:11
Stan the man4-May-02 7:11 
GeneralRe: Adding something to the system menu in the title bar Pin
Ravi Bhavnani4-May-02 7:30
professionalRavi Bhavnani4-May-02 7:30 
GeneralRe: Adding something to the system menu in the title bar Pin
Paul M Watt4-May-02 7:31
mentorPaul M Watt4-May-02 7:31 
You can use the GetSystemMenu function on the window that you would like to add the menu selection. This will get you the handle to the system menu for that window.

Then you can use all of the menu modification functions on that handle like InsertMenuItem and AddMenuItem.

Good Luck!


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

GeneralRe: Adding something to the system menu in the title bar Pin
Stan the man4-May-02 10:49
Stan the man4-May-02 10:49 
Questionhow can I print text onto an existing pdf file? Pin
DanYELL4-May-02 7:06
DanYELL4-May-02 7:06 
AnswerRe: how can I print text onto an existing pdf file? Pin
Ravi Bhavnani4-May-02 7:32
professionalRavi Bhavnani4-May-02 7:32 
Generalsorting data by size. Pin
SilverShalkin4-May-02 6:54
SilverShalkin4-May-02 6:54 
GeneralRe: sorting data by size. Pin
Nish Nishant4-May-02 6:59
sitebuilderNish Nishant4-May-02 6:59 
GeneralRe: sorting data by size. Pin
l a u r e n4-May-02 7:08
l a u r e n4-May-02 7:08 
GeneralRe: sorting data by size. Pin
SilverShalkin4-May-02 8:16
SilverShalkin4-May-02 8:16 
GeneralRe: sorting data by size. Pin
Learning5-May-02 9:28
Learning5-May-02 9:28 
GeneralRe: sorting data by size. Pin
Nish Nishant5-May-02 9:42
sitebuilderNish Nishant5-May-02 9:42 
QuestionHow to convert PWSTR to char * ? Pin
adara4-May-02 6:25
adara4-May-02 6:25 
AnswerRe: How to convert PWSTR to char * ? Pin
Tom Archer4-May-02 6:42
Tom Archer4-May-02 6:42 
GeneralRe: How to convert PWSTR to char * ? Pin
l a u r e n4-May-02 6:51
l a u r e n4-May-02 6:51 
GeneralRe: How to convert PWSTR to char * ? Pin
Nish Nishant4-May-02 6:55
sitebuilderNish Nishant4-May-02 6:55 
GeneralRe: How to convert PWSTR to char * ? Pin
l a u r e n4-May-02 6:56
l a u r e n4-May-02 6:56 
GeneralThanx ! Pin
adara4-May-02 6:58
adara4-May-02 6:58 
GeneralRe: How to convert PWSTR to char * ? Pin
Nish Nishant4-May-02 7:01
sitebuilderNish Nishant4-May-02 7:01 
GeneralRe: How to convert PWSTR to char * ? Pin
Tom Archer4-May-02 7:00
Tom Archer4-May-02 7: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.