Click here to Skip to main content
15,892,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MDI Window List Pin
2sky11-Jun-01 7:41
2sky11-Jun-01 7:41 
GeneralRe: MDI Window List Pin
Tomasz Sowinski11-Jun-01 7:49
Tomasz Sowinski11-Jun-01 7:49 
GeneralRe: MDI Window List Pin
2sky11-Jun-01 8:17
2sky11-Jun-01 8:17 
GeneralRe: MDI Window List Pin
Tomasz Sowinski11-Jun-01 8:38
Tomasz Sowinski11-Jun-01 8:38 
GeneralRe: MDI Window List Pin
2sky11-Jun-01 8:45
2sky11-Jun-01 8:45 
GeneralRe: MDI Window List Pin
Tomasz Sowinski11-Jun-01 9:04
Tomasz Sowinski11-Jun-01 9:04 
GeneralRe: MDI Window List Pin
2sky11-Jun-01 9:13
2sky11-Jun-01 9:13 
GeneralRe: deleteing window menu Pin
Shashikant_200622-Dec-08 1:15
Shashikant_200622-Dec-08 1:15 
Can you please tell me how to hide/delete the window popup menu from the main menu if I am working with Doc/ View application? Thats really urgent, I am using the code like

CMenu *menuVault = this->GetMenu();
::DeleteMenu(menuVault->GetSafeHmenu(),9,MF_BYPOSITION);//9 is the position of Wondows menu
::DrawMenuBar(::AfxGetMainWnd()->m_hWnd);,
everything seems to be ok but menu bar is not getting refreshed or redrawn..... what could be worng????

Never complain,never explain,just do your work.

GeneralCTreeCtrl Brounding Rectangle Pin
jerry0davis11-Jun-01 6:04
jerry0davis11-Jun-01 6:04 
GeneralRe: CTreeCtrl Brounding Rectangle Pin
Tomasz Sowinski11-Jun-01 6:20
Tomasz Sowinski11-Jun-01 6:20 
GeneralConstructor/Destructor in MFC Extention dll's Pin
D.D. de Kerf11-Jun-01 5:47
D.D. de Kerf11-Jun-01 5:47 
GeneralRe: Constructor/Destructor in MFC Extention dll's Pin
Tomasz Sowinski11-Jun-01 5:55
Tomasz Sowinski11-Jun-01 5:55 
GeneralRe: Constructor/Destructor in MFC Extention dll's Pin
D.D. de Kerf11-Jun-01 22:19
D.D. de Kerf11-Jun-01 22:19 
Generalstl Pin
11-Jun-01 5:28
suss11-Jun-01 5:28 
GeneralRe: stl Pin
11-Jun-01 5:33
suss11-Jun-01 5:33 
GeneralRe: stl Pin
11-Jun-01 5:35
suss11-Jun-01 5:35 
GeneralRe: stl Pin
Michael P Butler11-Jun-01 5:35
Michael P Butler11-Jun-01 5:35 
GeneralRe: stl Pin
11-Jun-01 5:53
suss11-Jun-01 5:53 
GeneralRe: stl Pin
Igor Sukhov11-Jun-01 6:50
Igor Sukhov11-Jun-01 6:50 
GeneralRe: stl Pin
Igor Sukhov11-Jun-01 5:35
Igor Sukhov11-Jun-01 5:35 
GeneralRe: stl Pin
Mukkie11-Jun-01 7:28
Mukkie11-Jun-01 7:28 
GeneralRe: stl Pin
11-Jun-01 23:45
suss11-Jun-01 23:45 
GeneralRe: stl Pin
Jeremy Pullicino12-Jun-01 2:19
Jeremy Pullicino12-Jun-01 2:19 
GeneralRe: stl Pin
Jeremy Pullicino12-Jun-01 2:22
Jeremy Pullicino12-Jun-01 2:22 
GeneralRe: stl Pin
markkuk12-Jun-01 21:05
markkuk12-Jun-01 21:05 

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.