Problem was with main frame and child frame base classes. As project was started in VS2005, base classes were CMDIFrameWnd and CMDIChildWnd. I modified the code support...
Its already developed application and has 5 splitter windows created in child frame. One of the splitter window contains the main view, which display some list control. I am told to display...
Its giving exception. As its MDI application and im adding all this code in child frame....and im getting output as "Failed to create empty document" and if i comment this code application runs well.
Hello All,
I need to add CMFCOutlookbar control in my application. I used MSDN help and successfully able to add this control in the new applications in VS2008. But when i tried the same in my...