CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: mayu1234

Search: Search took 0.04 seconds.

  1. Replies
    8
    Views
    8,547

    Re: CMFCOutlookbar crash while adding tab

    Solved the problem.

    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...
  2. Replies
    8
    Views
    8,547

    Re: CMFCOutlookbar crash while adding tab

    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...
  3. Replies
    8
    Views
    8,547

    Re: CMFCOutlookbar crash while adding tab

    sorry Victor i am not aware of code tags.

    I am calling that code in OnCreate of child frame.

    The same is working with new MFC application but not in my application.
  4. Replies
    8
    Views
    8,547

    Re: CMFCOutlookbar crash while adding tab

    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.
  5. Replies
    8
    Views
    8,547

    CMFCOutlookbar crash while adding tab

    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...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured