How to Resize Dialogbar?
-
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.
-
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.