CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11

Thread: Make undockable

Threaded View

  1. #3
    Join Date
    Mar 2012
    Posts
    7

    Re: Make undockable

    Quote Originally Posted by ovidiucucu View Post
    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
  •  





Click Here to Expand Forum to Full Width

Featured