Click here to Skip to main content
15,912,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: double click in dialog Pin
kcynic31-Mar-08 21:43
kcynic31-Mar-08 21:43 
GeneralRe: double click in dialog Pin
Nibu babu thomas31-Mar-08 21:54
Nibu babu thomas31-Mar-08 21:54 
Questionhow to get the pictures from Microsoft Office? Pin
dezhou31-Mar-08 21:17
dezhou31-Mar-08 21:17 
QuestionRe: how to get the pictures from Microsoft Office? Pin
David Crow1-Apr-08 3:36
David Crow1-Apr-08 3:36 
Generalcheck/ uncheck menu item in a pop up menu Pin
kutti31-Mar-08 20:15
kutti31-Mar-08 20:15 
GeneralRe: check/ uncheck menu item in a pop up menu Pin
Saurabh.Garg31-Mar-08 20:30
Saurabh.Garg31-Mar-08 20:30 
GeneralRe: check/ uncheck menu item in a pop up menu Pin
kutti31-Mar-08 21:09
kutti31-Mar-08 21:09 
GeneralRe: check/ uncheck menu item in a pop up menu Pin
Nibu babu thomas31-Mar-08 21:22
Nibu babu thomas31-Mar-08 21:22 
GeneralRe: check/ uncheck menu item in a pop up menu Pin
kutti31-Mar-08 21:25
kutti31-Mar-08 21:25 
GeneralRe: check/ uncheck menu item in a pop up menu Pin
Nibu babu thomas31-Mar-08 21:29
Nibu babu thomas31-Mar-08 21:29 
GeneralRe: check/ uncheck menu item in a pop up menu Pin
kutti31-Mar-08 22:42
kutti31-Mar-08 22:42 
GeneralRe: check/ uncheck menu item in a pop up menu Pin
Nibu babu thomas31-Mar-08 22:54
Nibu babu thomas31-Mar-08 22:54 
Member 4063274 wrote:
whether we need to call TrackPopupMenu() method in COMMAND UI event handler?


No, don't call TrackPopupMenu from the UI handler! Forget about command UI handler for now and call CheckMenuItem just before you display the popup menu i.e. just before TrackPopupMenu!



GeneralRe: check/ uncheck menu item in a pop up menu Pin
kutti31-Mar-08 23:02
kutti31-Mar-08 23:02 
GeneralRe: check/ uncheck menu item in a pop up menu Pin
Nibu babu thomas31-Mar-08 23:14
Nibu babu thomas31-Mar-08 23:14 
GeneralRe: check/ uncheck menu item in a pop up menu Pin
Saurabh.Garg31-Mar-08 21:33
Saurabh.Garg31-Mar-08 21:33 
GeneralRe: check/ uncheck menu item in a pop up menu Pin
kutti31-Mar-08 21:35
kutti31-Mar-08 21:35 
GeneralRe: check/ uncheck menu item in a pop up menu Pin
Saurabh.Garg31-Mar-08 22:48
Saurabh.Garg31-Mar-08 22:48 
GeneralRe: check/ uncheck menu item in a pop up menu Pin
kutti31-Mar-08 22:54
kutti31-Mar-08 22:54 
GeneralRe: check/ uncheck menu item in a pop up menu Pin
Saurabh.Garg31-Mar-08 23:23
Saurabh.Garg31-Mar-08 23:23 
GeneralRe: check/ uncheck menu item in a pop up menu Pin
kutti1-Apr-08 2:25
kutti1-Apr-08 2:25 
GeneralRe: check/ uncheck menu item in a pop up menu Pin
Saurabh.Garg1-Apr-08 4:07
Saurabh.Garg1-Apr-08 4:07 
GeneralRe: check/ uncheck menu item in a pop up menu Pin
kutti8-Apr-08 1:48
kutti8-Apr-08 1:48 
QuestionRe: check/ uncheck menu item in a pop up menu Pin
David Crow1-Apr-08 3:41
David Crow1-Apr-08 3:41 
GeneralRe: check/ uncheck menu item in a pop up menu Pin
Hamid_RT7-Apr-08 2:57
Hamid_RT7-Apr-08 2:57 
GeneralRe: check/ uncheck menu item in a pop up menu Pin
kutti7-Apr-08 18:12
kutti7-Apr-08 18:12 

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.