CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2000
    Location
    Slovenia, Europe
    Posts
    7

    Retreival of hWnd

    Hi there!

    I have a problem with m_hWnd retreival from CWnd. Access violation. I`m really desperate...
    Thanks in advance

    Miran

  2. #2
    Join Date
    Oct 1999
    Location
    WA
    Posts
    2,393

    Re: Retreival of hWnd

    Check if your CWnd pointer is right.

    ** Get a real hard Windows graphics programming question, can't find answer in FAQ, in MSDN, in Petzold's book ? ***

  3. #3
    Join Date
    Dec 1999
    Location
    Israel
    Posts
    2,851

    Re: Retreival of hWnd

    Use CWnd::GetSafeHwnd()

    ---===---
    I'm not here for the rates, but rating a post is a good way for me to know how much i helped. Private messages will do also.
    ---===---
    Daniel

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