|
-
March 16th, 2012, 12:12 PM
#3
Re: Make undockable
 Originally Posted by ovidiucucu
Just create it using CBRS_TOP style.
Code:
DWORD dwStyle = WS_CHILD | WS_VISIBLE | CBRS_TOP;
VERIFY(m_dialogBar.Create(this, IDD_DIALOGBAR, dwStyle, AFX_IDW_DIALOGBAR));
No further other call.
thanks
Last edited by Oleksii; March 16th, 2012 at 12:15 PM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|