CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2005
    Location
    algiers, Algeria
    Posts
    132

    CFrameWnd and CView

    How i can communicate between a CFrameWnd and his CView.

  2. #2
    Join Date
    Jun 2005
    Location
    Tirunelveli-Tamil Nadu-India
    Posts
    354

    Smile Re: CFrameWnd and CView

    Quote Originally Posted by ledaker
    How i can communicate between a CFrameWnd and his CView.
    that means u want to accessthe variablein bothside. is it correct?
    If I Helped You, "Rate This Post"

    Thanks
    Guna

  3. #3
    Join Date
    May 2005
    Location
    Oregon
    Posts
    3,725

    Re: CFrameWnd and CView

    Have a look on this article .
    This will help you.

    http://www.geocities.com/lpiergentili/dbbrowser.htm

  4. #4
    Join Date
    Apr 2003
    Location
    kathmandu, nepal
    Posts
    1,570

    Re: CFrameWnd and CView

    Take a look at the following functions:

    Code:
    CFrameWnd::GetActiveView()
    
    and:
    
    AfxGetMainWnd()
    If there is no love sun won't shine

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured