Click here to Skip to main content
15,909,498 members

Comments by coderDinesh (Top 13 by date)

coderDinesh 19-Aug-11 8:54am View    
I am not getting the function named SetTextMatrix.In the cmsflexgrid.cpp file is empty.
coderDinesh 5-Aug-11 1:37am View    
your answer is nearly my question. And it helps to solve my problem
Thank you
coderDinesh 5-Aug-11 1:25am View    
Your answer is for draw a rectangle. But the question is how to draw a rectangle in picturebox
coderDinesh 25-Jul-11 8:46am View    
I have already seen the second link and tried it in CMFCRibbonCategory class.
But it does not seems like a button the thing that i hate is when i click the button, a bar which comes under the Ribbonbar.That's is the problem i just don't like it.

Here i have attached my code:
I have removed all the ribbon controls generated by the vs2008 sp1.

CMFCRibbonBar m_wndRibbonBar;
CMFCRibbonButton* StyleButton;
StyleButton = new CMFCRibbonButton(ID_FIRSTBUTTON,strTemp,1,1);
StyleButton->SetText(_T("hello"));
m_wndRibbonBar .AddToTabs (StyleButton);


Thank you for your reply and waiting for your comments

CoderDinesh
coderDinesh 20-Jul-11 8:45am View    
i can't able to get the ribbon folder in resource view.Actually i am using vs2008