PopupControl WM_PAINT message |
Post Reply |
Author | |
afekhar
Groupie Joined: 30 August 2006 Location: France Status: Offline Points: 43 |
Post Options
Thanks(0)
Posted: 30 January 2007 at 1:00pm |
When I create a popup control I don't receive WM_PAINT message anymore on the parent window (m_hWnd below). Can anyone tell me what causes such behaviors ? (I use WTL)
if (!SUCCEEDED(AtlAxCreateControlEx( OLESTR("Codejock.PopupControl.10.4"), m_hWnd, NULL, NULL, &spIUnknown, __uuidof(_DPopupControlEvents), NULL))) { MessageBox(_T("Create Control Codejock.PopupControl failed!")); return FALSE; } Thx in advance. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
After you call it, WTL create ActiveX to all size of frame. Just create another window for popupcontrol.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
afekhar
Groupie Joined: 30 August 2006 Location: France Status: Offline Points: 43 |
Post Options
Thanks(0)
|
Thx :-)
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |