CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2010
    Location
    Russia
    Posts
    69

    WTL. MDI. Get main frame.

    How to get main frame?

  2. #2
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: WTL. MDI. Get main frame.

    Quote Originally Posted by user008 View Post
    How to get main frame?
    AfxGetMainWnd()

  3. #3
    Join Date
    Oct 2010
    Location
    Russia
    Posts
    69

    Re: WTL. MDI. Get main frame.

    I need WTL function. I think AfxGetMainWnd is MFC function.

  4. #4
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,234

    Re: WTL. MDI. Get main frame.

    Quote Originally Posted by user008 View Post
    I need WTL function. I think AfxGetMainWnd is MFC function.
    Well then, have a look in the WTL documantation.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

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