Please help! -Window creation
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi ya all! The following code i supposed to create a window inside another window. m_Page.CreateEx(WS_EX_LEFT | WS_EX_TOPMOST, AfxRegisterWndClass(CS_CLASSDC), _T(""), WS_VISIBLE | WS_CHILD, rcClient.left, rcClient.top, rcClient.Width(), rcClient.Height(), m_hWnd, NULL); The window is created at program start (I'm able to paint in it), but at close I get; "Unhandled exception at 0x77f7f570 in kalender.exe: User breakpoint." Which point to; "77F7F570 int 3" in Disassembly If the mousepointer is in this window at program start it show a hourglass, until the pointer is moved outside this window. Thankfull for all your help /DrZOO ___________________ Chics are for fags!