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

Search:

Type: Posts; User: coderDude1

Search: Search took 0.02 seconds.

  1. Re: How to get pointer to CMyView class from CMainFrame class?

    Thank you very much for the help!

    Indeed the AppWizard created the myView.cpp with a "#include myDoc.h" line. I moved "#include myDoc.h" to the myView.h file, and was then able to use "#include...
  2. Re: How to get pointer to CMyView class from CMainFrame class?

    I need to access CMyView member functions from CMainFrame to address another issue.
    The issue is when I loose focus from my main view (for example clicking on a dialog button), the...
  3. How to get pointer to CMyView class from CMainFrame class?

    My program is a basic MFC AppWizard (exe) created project in VC++ 6.
    In MainFrm.cpp, I am trying to access some user defined CMyView member functions.
    However when I try to do the standard...
  4. Re: How to get pointer to CDialogBar from CView class?

    Thank you! This helps me understand the structure of MFC better.
  5. How to get pointer to CDialogBar from CView class?

    My program (Test) is a basic MFC AppWizard (exe) created project. I have followed the steps in the link below to create a docked dialog box (myDialog) using VC++. ...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured