Click here to Skip to main content
16,014,860 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC and java difference: Pin
Alvaro Mendez27-Nov-02 11:15
Alvaro Mendez27-Nov-02 11:15 
GeneralAccessing CFooDoc CFooView from CFooDlg Pin
loic26-Nov-02 3:39
loic26-Nov-02 3:39 
GeneralRe: Accessing CFooDoc CFooView from CFooDlg Pin
Hernan Breinbauer26-Nov-02 3:44
Hernan Breinbauer26-Nov-02 3:44 
GeneralRe: Accessing CFooDoc CFooView from CFooDlg Pin
loic26-Nov-02 3:53
loic26-Nov-02 3:53 
GeneralRe: Accessing CFooDoc CFooView from CFooDlg Pin
Hernan Breinbauer26-Nov-02 5:12
Hernan Breinbauer26-Nov-02 5:12 
GeneralRe: Accessing CFooDoc CFooView from CFooDlg Pin
loic27-Nov-02 23:13
loic27-Nov-02 23:13 
QuestionWhy canot disable the popup menu item? Pin
Anonymous26-Nov-02 3:32
Anonymous26-Nov-02 3:32 
AnswerRe: Why canot disable the popup menu item? Pin
Roger Allen26-Nov-02 4:50
Roger Allen26-Nov-02 4:50 
EIther you need to map the equivalent ON_COMMAND_UI handlers which when not present cause MFC code to enable a menu item by default if it has a handler or map the WM_INITMENUPOPUP message and enable/disable the items there.


Roger Allen
Sonork 100.10016

In case you're worried about what's going to become of the younger generation, it's going to grow up and start worrying about the younger generation. - Roger Allen, but not me!
GeneralInput validation Pin
Andy H26-Nov-02 3:17
Andy H26-Nov-02 3:17 
GeneralRe: Input validation Pin
roel_26-Nov-02 4:04
roel_26-Nov-02 4:04 
GeneralRe: Input validation Pin
Roger Stewart26-Nov-02 4:58
professionalRoger Stewart26-Nov-02 4:58 
GeneralRe: Input validation Pin
perlmunger26-Nov-02 7:08
perlmunger26-Nov-02 7:08 
GeneralRe: Input validation Pin
valikac26-Nov-02 8:09
valikac26-Nov-02 8:09 
GeneralRe: Input validation Pin
Mike Eriksson26-Nov-02 23:52
Mike Eriksson26-Nov-02 23:52 
GeneralCDialog::OnPaint() doesn't get called Pin
User 665826-Nov-02 3:15
User 665826-Nov-02 3:15 
GeneralRe: CDialog::OnPaint() doesn't get called Pin
Jeff Patterson26-Nov-02 3:44
Jeff Patterson26-Nov-02 3:44 
GeneralOOPS Re: CDialog::OnPaint() doesn't get called Pin
Jeff Patterson26-Nov-02 3:51
Jeff Patterson26-Nov-02 3:51 
GeneralEmbeded Object Pin
millertm26-Nov-02 2:58
millertm26-Nov-02 2:58 
QuestionHow to create thread ? Pin
rrrado26-Nov-02 2:45
rrrado26-Nov-02 2:45 
AnswerRe: How to create thread ? Pin
Joaquín M López Muñoz26-Nov-02 2:58
Joaquín M López Muñoz26-Nov-02 2:58 
GeneralRe: How to create thread ? Pin
rrrado26-Nov-02 3:38
rrrado26-Nov-02 3:38 
GeneralRe: How to create thread ? Pin
Alexandru Savescu26-Nov-02 6:16
Alexandru Savescu26-Nov-02 6:16 
GeneralRe: How to create thread ? Pin
valikac26-Nov-02 8:11
valikac26-Nov-02 8:11 
Generalplease give me guidlines Pin
vgkotha26-Nov-02 2:39
vgkotha26-Nov-02 2:39 
GeneralRe: please give me guidlines Pin
Michael P Butler26-Nov-02 3:45
Michael P Butler26-Nov-02 3:45 

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.