Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to Resize Dialogbar?

How to Resize Dialogbar?

Scheduled Pinned Locked Moved C / C++ / MFC
helptutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    D Manivelan
    wrote on last edited by
    #1

    Hi, I am using Dialogbar in my application, but i can't resize my dialogbar. It appears in bottom side. below see my code

    if(!m_wndBottomBar.Create(this,IDD_ALM_BOTTOM,CBRS_BOTTOM | WS_VISIBLE|WS_CHILD|CBRS_LEFT|CBRS_SIZE_DYNAMIC ,IDD_ALM_BOTTOM))
    {
    TRACE0("Failed to create dialog bar\n");
    return -1;
    }

    m\_wndBottomBar.SetBarStyle(m\_wndBottomBar.GetBarStyle()|CBRS\_TOOLTIPS | CBRS\_FLYBY | CBRS\_SIZE\_DYNAMIC);
    m\_wndBottomBar.EnableDocking(CBRS\_ALIGN\_ANY);
    

    I have to resize bottom dialog bar any other way to resize my dialog bar? Please help me ASAP.

    C 1 Reply Last reply
    0
    • D D Manivelan

      Hi, I am using Dialogbar in my application, but i can't resize my dialogbar. It appears in bottom side. below see my code

      if(!m_wndBottomBar.Create(this,IDD_ALM_BOTTOM,CBRS_BOTTOM | WS_VISIBLE|WS_CHILD|CBRS_LEFT|CBRS_SIZE_DYNAMIC ,IDD_ALM_BOTTOM))
      {
      TRACE0("Failed to create dialog bar\n");
      return -1;
      }

      m\_wndBottomBar.SetBarStyle(m\_wndBottomBar.GetBarStyle()|CBRS\_TOOLTIPS | CBRS\_FLYBY | CBRS\_SIZE\_DYNAMIC);
      m\_wndBottomBar.EnableDocking(CBRS\_ALIGN\_ANY);
      

      I have to resize bottom dialog bar any other way to resize my dialog bar? Please help me ASAP.

      C Offline
      C Offline
      chaau
      wrote on last edited by
      #2

      Perhaps you could check this article[^]

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups