Hi , I have created a dialog based application in VC++. I have loaded Toolbars on to the dialog. Can anybody help me out in making these toolbars loaded on the Dialog dockable. thanks in advance.
Noone ever really gave me an answer on how to do this. I want to dock a modeless dialog window with the main dialog window? Anyone have any code for this?...
I have read through the docking windows section, but I couldn't find exactly what I needed. How can I create a dialog that will dock with my existing dialog app? Something like the playlist editor or equalizer in winamp.Thanks....
Hi,I want to learn how to create a toolbar which docks on the desktop, similar to the LiveTask bar used with Creative Soundblaster products. I want to be able to autohide, and add other menus / controls to it. The thing i have in mind is also similar to the office startup toolbar or even the window...
Well, guess I'm Mr Anonumous today since I can't get a new password and it won't take the one I've been using.I'm asking a question I've seen posted when I search, but no one's answered yet. Does anyone know how to force a ControlBar to REMAIN docked, I don't...
If a cdialogbar class window is 'docked' then when you hit the close button on the control the mesage is routed as normal ie the app receievs the wm_close message (i've added my own handler for the close button). But when the bar is floating the app does not get the message. How can t...
Hello, I am trying to initiate my application custom made ControlBars docked on the left of the frame but I am not getting the right result: To illustrate what I want to do picture the Microsoft Visual Studio enviroment. Normally you start with a few Control bars docked to the side of the frame....
I had two questions:1. How do I get a menu (the standard one in an appwizard project) to start out docked to the bottom of the winndow as opposed to the top.2. Same question, but with the system/title bar (what ever it is ).thanx....
Fellow application artists,Those docking windows in Visual Studio 2005 are pretty darn cool and useful. I like my screen real estate such that my main window gets as much screen as I can give it. I've seen the same feature in Visual Paradigm software but it seemed a little more sluggish to ...
I'd like to find the easest way to create dockable windows that have sliders, just like ClassViewer, Output and others in VC environment. Is there some code available that realizes such behavior in a class derived from CControlBar? Are some modifications in containing CFrameWnd required?In fact...
I'm trying to basically recreate the behavior of VC's debug window in my own MDI application.I have the window in a Formview right now but I am not too sure how to (1) Get it to co-exist alongside my already existing Doc and View class.(2) And how to get it to dock on the bottom of the app...
I have two dialogbar-s. I make them float both and than dock one of them on the top. After that I dock the other one on the second row. Now I try to drag the second on the first row. But I cannot do it. If I move the first docked bar, the second one moves on the first row by itself.Does anyone know...
I have two dockable dialog windows which are able to dock on two sides of mainframe. When I dock the windows, instead of dock side by side, I try to stack these two windows. How can I do it?...
ok im working on a script editor and i have a Dialogbar that i plan to load a property sheet in so i can have tabs for the diferent script templates.but my question is how do i doc the bar to the MDI MainFram?...