Problem whith ShortcutCaption |
Post Reply |
Author | |
martinchik
Newbie Joined: 16 May 2006 Location: Belarus Status: Offline Points: 7 |
Post Options
Thanks(0)
Posted: 16 May 2006 at 10:00am |
Can you tell me about how get hWnd in XtremeShortcutBar::ShortcutCaption ActiveX control, please.
BOOL CCaptionControlOCX::Create(LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CFile* pPersist, BOOL bStorage, BSTR bstrLicKey) { BOOL bRes = FALSE; bRes = CreateControl( __uuidof( XtremeShortcutBar::ShortcutCaption ), lpszWindowName, dwStyle, rect, pParentWnd, nID, pPersist, bStorage, bstrLicKey); m_pControl = GetControlUnknown(); //this->m_hWnd == NULL !!!!!!!!!!!!!! return bRes; } Thank you! |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi, ShortcutCaption is windowless control. |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
martinchik
Newbie Joined: 16 May 2006 Location: Belarus Status: Offline Points: 7 |
Post Options
Thanks(0)
|
Thank you!
|
|
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 |