Click here to Skip to main content
15,915,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC project on XP - wont work! Pin
ns20-Jul-02 8:32
ns20-Jul-02 8:32 
GeneralRe: MFC project on XP - wont work! Pin
Chris Losinger20-Jul-02 8:34
professionalChris Losinger20-Jul-02 8:34 
GeneralRe: MFC project on XP - Rebuild All resolved it! Pin
ns22-Jul-02 3:50
ns22-Jul-02 3:50 
GeneralRe: MFC project on XP - wont work! Pin
Alexandru Savescu21-Jul-02 9:08
Alexandru Savescu21-Jul-02 9:08 
GeneralVC.net and Distribution issues Pin
Sumudu Perera20-Jul-02 7:10
Sumudu Perera20-Jul-02 7:10 
GeneralRe: VC.net and Distribution issues Pin
Chris Losinger20-Jul-02 8:28
professionalChris Losinger20-Jul-02 8:28 
GeneralAppendMenu problem ! Pin
Hadi Rezaee20-Jul-02 6:59
Hadi Rezaee20-Jul-02 6:59 
GeneralRe: AppendMenu problem ! Pin
Chris Losinger20-Jul-02 8:29
professionalChris Losinger20-Jul-02 8:29 
try adding your items like this:

CMenu* pPopup = menu.GetSubMenu(0);
pPopup->AppendMenu(...)

this is how i do it for all my context menus.

-c


To explain Donald Knuth's relevance to computing is like explaining Paul's relevance to the Catholic Church. He isn't God, he isn't the Son of God, but he was sent by God to explain God to the masses.
   /. #3848917

GeneralRe: AppendMenu problem ! Pin
Hadi Rezaee20-Jul-02 16:54
Hadi Rezaee20-Jul-02 16:54 
GeneralGood C++ book... Pin
merlin987620-Jul-02 6:00
merlin987620-Jul-02 6:00 
GeneralRe: Good C++ book... Pin
Stan Shannon20-Jul-02 6:17
Stan Shannon20-Jul-02 6:17 
GeneralRe: Good C++ book... Pin
valikac20-Jul-02 6:17
valikac20-Jul-02 6:17 
GeneralRe: Good C++ book... Pin
Ken Mazaika20-Jul-02 7:30
Ken Mazaika20-Jul-02 7:30 
GeneralRe: Good C++ book... Pin
Christian Graus20-Jul-02 12:55
protectorChristian Graus20-Jul-02 12:55 
Generalpassing COM into another COM Pin
Anonymous20-Jul-02 5:16
Anonymous20-Jul-02 5:16 
GeneralRe: passing COM into another COM Pin
Anders Molin20-Jul-02 9:11
professionalAnders Molin20-Jul-02 9:11 
GeneralResource Editor Pin
Dominik Reichl20-Jul-02 5:14
Dominik Reichl20-Jul-02 5:14 
GeneralRe: Resource Editor Pin
Anonymous20-Jul-02 8:28
Anonymous20-Jul-02 8:28 
GeneralRe: Resource Editor Pin
Anders Molin20-Jul-02 9:13
professionalAnders Molin20-Jul-02 9:13 
GeneralRe: Resource Editor Pin
Abin20-Jul-02 12:53
Abin20-Jul-02 12:53 
GeneralRe: Resource Editor Pin
Anders Molin20-Jul-02 13:09
professionalAnders Molin20-Jul-02 13:09 
GeneralRe: Resource Editor Pin
Dominik Reichl21-Jul-02 0:50
Dominik Reichl21-Jul-02 0:50 
QuestionAdding icon to desktop & create a startup entry ? Pin
hongheo7620-Jul-02 5:13
hongheo7620-Jul-02 5:13 
AnswerRe: Adding icon to desktop & create a startup entry ? Pin
Dominik Reichl20-Jul-02 5:24
Dominik Reichl20-Jul-02 5:24 
GeneralRe: thanks Pin
hongheo7621-Jul-02 19:02
hongheo7621-Jul-02 19:02 

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.