Click here to Skip to main content
15,891,529 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Assigning Pointer To Object (Both of Same Class) Pin
Stefan_Lang25-Oct-12 0:33
Stefan_Lang25-Oct-12 0:33 
GeneralRe: Assigning Pointer To Object (Both of Same Class) Pin
Richard MacCutchan25-Oct-12 1:19
mveRichard MacCutchan25-Oct-12 1:19 
GeneralRe: Assigning Pointer To Object (Both of Same Class) Pin
Santhosh G_25-Oct-12 1:24
Santhosh G_25-Oct-12 1:24 
GeneralRe: Assigning Pointer To Object (Both of Same Class) Pin
Stefan_Lang25-Oct-12 1:33
Stefan_Lang25-Oct-12 1:33 
GeneralRe: Assigning Pointer To Object (Both of Same Class) Pin
Richard MacCutchan25-Oct-12 1:38
mveRichard MacCutchan25-Oct-12 1:38 
GeneralRe: Assigning Pointer To Object (Both of Same Class) Pin
Stefan_Lang25-Oct-12 1:52
Stefan_Lang25-Oct-12 1:52 
GeneralRe: Assigning Pointer To Object (Both of Same Class) Pin
Richard MacCutchan25-Oct-12 2:52
mveRichard MacCutchan25-Oct-12 2:52 
GeneralRe: Assigning Pointer To Object (Both of Same Class) Pin
Orjan Westin25-Oct-12 3:06
professionalOrjan Westin25-Oct-12 3:06 
GeneralRe: Assigning Pointer To Object (Both of Same Class) Pin
Stefan_Lang25-Oct-12 3:30
Stefan_Lang25-Oct-12 3:30 
AnswerRe: Assigning Pointer To Object (Both of Same Class) Pin
Chris Meech25-Oct-12 2:14
Chris Meech25-Oct-12 2:14 
QuestionRe: Assigning Pointer To Object (Both of Same Class) Pin
David Crow25-Oct-12 2:40
David Crow25-Oct-12 2:40 
AnswerRe: Assigning Pointer To Object (Both of Same Class) Pin
CPallini25-Oct-12 10:37
mveCPallini25-Oct-12 10:37 
GeneralRe: Assigning Pointer To Object (Both of Same Class) Pin
Chris Meech26-Oct-12 2:44
Chris Meech26-Oct-12 2:44 
QuestionMenuItems' Icons are not Displaying properly in MFC Pin
002comp24-Oct-12 18:56
002comp24-Oct-12 18:56 
Hello Friends

I was using code
C++
void CMainFrame::OnInitMenuPopup(CMenu* a, UINT b, BOOL c)
{
    FrameWnd::OnInitMenuPopUp( a,b,c);
}

And this one displaying MenuItems correctly.

Now,i trying to add icons to MenuItems.So for that I am using extenal CoolMenuManager to show up Icons with menuItems.

Here is code for this :
C++
void CMainFrame::OnInitMenuPopup(CMenu* a, UINT b, BOOL c)
{
   if(m_menuManager.InitMenuPopup(a,b,c))
    FrameWnd::OnInitMenuPopUp( a,b,c);
}
Now, in this case,If i use External fn then only icons are showing up. But as now, i am calling frameWnd::OnINitMenupopup too then icons are coming and strings are not coming properly and only for some menuItems and even menuList is coming Wider covering whle screen.


Any Ideas?

Regards
Yogesh
AnswerRe: MenuItems' Icons are not Displaying properly in MFC Pin
Richard MacCutchan24-Oct-12 21:58
mveRichard MacCutchan24-Oct-12 21:58 
GeneralRe: MenuItems' Icons are not Displaying properly in MFC Pin
002comp24-Oct-12 22:22
002comp24-Oct-12 22:22 
GeneralRe: MenuItems' Icons are not Displaying properly in MFC Pin
002comp25-Oct-12 0:43
002comp25-Oct-12 0:43 
GeneralRe: MenuItems' Icons are not Displaying properly in MFC Pin
Richard MacCutchan25-Oct-12 6:19
mveRichard MacCutchan25-Oct-12 6:19 
AnswerRe: MenuItems' Icons are not Displaying properly in MFC Pin
Gary Qiu25-Oct-12 5:42
Gary Qiu25-Oct-12 5:42 
QuestionChartFX Compatiability Pin
Andrew Hoole24-Oct-12 5:50
Andrew Hoole24-Oct-12 5:50 
QuestionRe: ChartFX Compatiability Pin
David Crow24-Oct-12 6:05
David Crow24-Oct-12 6:05 
AnswerRe: ChartFX Compatiability Pin
Andrew Hoole24-Oct-12 6:24
Andrew Hoole24-Oct-12 6:24 
GeneralRe: ChartFX Compatiability Pin
Andrew Hoole24-Oct-12 22:00
Andrew Hoole24-Oct-12 22:00 
AnswerRe: ChartFX Compatiability Pin
krmed24-Oct-12 7:12
krmed24-Oct-12 7:12 
AnswerRe: ChartFX Compatiability Pin
Gary Qiu25-Oct-12 5:46
Gary Qiu25-Oct-12 5: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.