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

Search:

Type: Posts; User: coderDude1

Search: Search took 0.03 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...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured