This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (4 messages)
Thanks, I will try to skip that message and see what happen.
GPF in debugger
Message #30555
I am very frustrated with a GPF error occurs only when I am in the debugger of VC++ 1.0. I can recreate the problem with a application freshly generated with AppWizard. I am grateful if anyone can shed some light on how to avoid this problem. The foloowing sequent of…
#Subclassing CWnd
Message #30440
I have problem trying to subclass a CWnd do that I can pass some of its messages to its parent. The classes look like: class CMyView : CView { CMyChildWnd m_wndChild; CEdit m_edit; } class CMyChildWnd : CWnd { } The child window is created to clip the edit control…
David, I am not sure I understand what your problem is. But I think you have problem getting a WS_EX_TRANSPARENT window transparent. If this is the case, you may override OnEraseBkgnd() in your transparent window. Do not do anything, just return TRUE. This tells window you have already taken care…