CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (4 messages)

#30538 Subclassing CWnd Message #30556
From: Poon T. Fung Foundation Classes Forum · Doc/View/UI July 11, 1994 4:28 PM
Thanks, I will try to skip that message and see what happen.
GPF in debugger Message #30555
From: Poon T. Fung Foundation Classes Forum · Doc/View/UI July 11, 1994 4:26 PM
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
From: Poon T. Fung Foundation Classes Forum · Doc/View/UI July 10, 1994 8:23 PM
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…
#30281 #Transparent Windows Message #30404
From: Poon T. Fung Foundation Classes Forum · Doc/View/UI July 10, 1994 3:56 AM
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…