Click here to Skip to main content
15,895,840 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DateTimePicker Pin
ensger8-Jun-06 21:56
ensger8-Jun-06 21:56 
GeneralRe: DateTimePicker Pin
Nishad S8-Jun-06 22:10
Nishad S8-Jun-06 22:10 
AnswerRe: DateTimePicker [modified] Pin
_AnsHUMAN_ 8-Jun-06 22:46
_AnsHUMAN_ 8-Jun-06 22:46 
GeneralRe: DateTimePicker [modified] Pin
ensger9-Jun-06 3:27
ensger9-Jun-06 3:27 
GeneralRe: DateTimePicker [modified] Pin
_AnsHUMAN_ 9-Jun-06 3:40
_AnsHUMAN_ 9-Jun-06 3:40 
GeneralRe: DateTimePicker Pin
ensger9-Jun-06 9:18
ensger9-Jun-06 9:18 
AnswerRe: DateTimePicker Pin
Michael Dunn9-Jun-06 1:14
sitebuilderMichael Dunn9-Jun-06 1:14 
QuestionProblem in creating Popup Pin
Raja Bose C Leo8-Jun-06 20:15
Raja Bose C Leo8-Jun-06 20:15 
Hi ,

I tried the following code in right mouse button clicked function for the List ctrl...It gives the submenu of the 5th menu in the menu bar...but its not giving the submenu where i right clicked the mouse button in the list ctrl
...
UINT nFlags;
CPoint point;
CMenu* menu_bar = AfxGetMainWnd()->GetMenu();
CMenu* file_menu = menu_bar->GetSubMenu(5);
ASSERT(file_menu);

file_menu->TrackPopupMenu(TPM_LEFTALIGN |TPM_RIGHTBUTTON, point.x,point.y, this);

Can anyone help me in this problem....

with regards,

Raja Bose
AnswerRe: Problem in creating Popup Pin
Nishad S8-Jun-06 20:37
Nishad S8-Jun-06 20:37 
GeneralRe: Problem in creating Popup [modified] Pin
Raja Bose C Leo8-Jun-06 20:43
Raja Bose C Leo8-Jun-06 20:43 
GeneralRe: Problem in creating Popup Pin
Nishad S8-Jun-06 20:49
Nishad S8-Jun-06 20:49 
AnswerRe: Problem in creating Popup Pin
Hamid_RT8-Jun-06 20:41
Hamid_RT8-Jun-06 20:41 
GeneralRe: Problem in creating Popup [modified] Pin
Raja Bose C Leo8-Jun-06 20:46
Raja Bose C Leo8-Jun-06 20:46 
QuestionRe: Problem in creating Popup Pin
Hamid_RT8-Jun-06 20:52
Hamid_RT8-Jun-06 20:52 
GeneralRe: Problem in creating Popup Pin
Nishad S8-Jun-06 20:53
Nishad S8-Jun-06 20:53 
GeneralRe: Problem in creating Popup Pin
Hamid_RT8-Jun-06 21:02
Hamid_RT8-Jun-06 21:02 
GeneralRe: Problem in creating Popup Pin
Nishad S8-Jun-06 21:10
Nishad S8-Jun-06 21:10 
Question[interesting question] find an element which is sum of two other elements [modified] Pin
George_George8-Jun-06 20:10
George_George8-Jun-06 20:10 
QuestionCombo-Box with (Auto) Horizontal Scroll ? Pin
Andy Rama8-Jun-06 20:08
Andy Rama8-Jun-06 20:08 
AnswerRe: Combo-Box with (Auto) Horizontal Scroll ? Pin
Nishad S8-Jun-06 20:43
Nishad S8-Jun-06 20:43 
AnswerRe: Combo-Box with (Auto) Horizontal Scroll ? Pin
Viorel.8-Jun-06 21:10
Viorel.8-Jun-06 21:10 
QuestionHelp in CComboBox and CListCtrl Pin
murali_utr8-Jun-06 19:31
murali_utr8-Jun-06 19:31 
AnswerRe: Help in CComboBox and CListCtrl Pin
Hamid_RT8-Jun-06 19:41
Hamid_RT8-Jun-06 19:41 
GeneralRe: Help in CComboBox and CListCtrl Pin
murali_utr8-Jun-06 20:01
murali_utr8-Jun-06 20:01 
AnswerRe: Help in CComboBox and CListCtrl Pin
Naveen8-Jun-06 19:46
Naveen8-Jun-06 19:46 

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.