Click here to Skip to main content
15,926,857 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ShellExecute a local html-file Pin
toxcct19-Mar-07 10:33
toxcct19-Mar-07 10:33 
GeneralRe: ShellExecute a local html-file Pin
Niklas L19-Mar-07 12:18
Niklas L19-Mar-07 12:18 
GeneralRe: ShellExecute a local html-file Pin
toxcct19-Mar-07 12:23
toxcct19-Mar-07 12:23 
GeneralRe: ShellExecute a local html-file Pin
Niklas L19-Mar-07 12:45
Niklas L19-Mar-07 12:45 
AnswerRe: ShellExecute a local html-file Pin
Mike Dimmick19-Mar-07 9:21
Mike Dimmick19-Mar-07 9:21 
Questionclass wizard in visual studio 2005 Pin
embtech19-Mar-07 6:01
embtech19-Mar-07 6:01 
AnswerRe: class wizard in visual studio 2005 Pin
David Crow19-Mar-07 6:18
David Crow19-Mar-07 6:18 
QuestionResizable CDialog Bar Pin
SRogers8819-Mar-07 5:43
SRogers8819-Mar-07 5:43 
Hello,

I have a tabbed control with three tabs. Each tab has a tree control. Each one of these is its own dialog. I have the parent tabbed control dialog in a CDialog bar so that it can dock to the main window. I am trying to make this main CDialogBar resizable but it seems to be locked and will not resize. When I pass the parameter of CBRS_SIZE_DYNAMIC to the CDialogBar, and when I click on the barder of the dialog bar, the mouse will change to the mouse icon you get when you go to resize a window, but the CDialogBar boarder does not move so I do no get the WM_ONSIZE message.

Any suggestions on how I can get my CDialogBar to resize?

I have some code at the bottom, this is how I am making my CDialogBar.

Thanks,

Shane


m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY);
EnableDocking(CBRS_ALIGN_ANY);
DockControlBar(&m_wndToolBar);

m_wndDialogBar.Create(this,IDD_DISPLAYDIALOG, WS_VISIBLE|WS_CHILD|CBRS_LEFT|CBRS_SIZE_DYNAMIC, 1);

m_wndDialogBar.SetWindowText("Display Control");
m_wndDialogBar.SetBarStyle(m_wndDialogBar.GetBarStyle() | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC); //| CBRS_SIZE_DYNAMIC
m_wndDialogBar.EnableDocking(CBRS_ALIGN_RIGHT|CBRS_ALIGN_LEFT);

DockControlBar(&m_wndDialogBar);
m_wndDialogBar.DelayShow(FALSE);

Questionaccessing 8 bit image bits Pin
Jim Crafton19-Mar-07 5:24
Jim Crafton19-Mar-07 5:24 
AnswerRe: accessing 8 bit image bits Pin
PJ Arends19-Mar-07 6:13
professionalPJ Arends19-Mar-07 6:13 
GeneralRe: accessing 8 bit image bits Pin
Jim Crafton19-Mar-07 6:17
Jim Crafton19-Mar-07 6:17 
GeneralRe: accessing 8 bit image bits Pin
Chris Losinger19-Mar-07 8:38
professionalChris Losinger19-Mar-07 8:38 
AnswerRe: accessing 8 bit image bits Pin
Mark Salsbery19-Mar-07 6:32
Mark Salsbery19-Mar-07 6:32 
Questionimage algorithm Pin
pendet19-Mar-07 4:34
pendet19-Mar-07 4:34 
AnswerRe: image algorithm Pin
rspilon19-Mar-07 4:52
rspilon19-Mar-07 4:52 
JokeRe: image algorithm Pin
toxcct19-Mar-07 5:01
toxcct19-Mar-07 5:01 
GeneralRe: image algorithm Pin
ThatsAlok19-Mar-07 22:21
ThatsAlok19-Mar-07 22:21 
AnswerRe: image algorithm Pin
Eytukan19-Mar-07 8:31
Eytukan19-Mar-07 8:31 
GeneralRe: image algorithm Pin
ThatsAlok19-Mar-07 22:22
ThatsAlok19-Mar-07 22:22 
AnswerRe: image algorithm Pin
Mike Dimmick19-Mar-07 9:26
Mike Dimmick19-Mar-07 9:26 
QuestionMDI help Pin
ScotDolan19-Mar-07 4:06
ScotDolan19-Mar-07 4:06 
AnswerRe: MDI help Pin
Mark Salsbery19-Mar-07 4:14
Mark Salsbery19-Mar-07 4:14 
QuestionHandle to an ActiveX control Pin
AbbyIndian19-Mar-07 2:48
AbbyIndian19-Mar-07 2:48 
QuestionRe: Handle to an ActiveX control Pin
prasad_som19-Mar-07 3:03
prasad_som19-Mar-07 3:03 
AnswerRe: Handle to an ActiveX control Pin
AbbyIndian19-Mar-07 3:06
AbbyIndian19-Mar-07 3:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.