I have a window docked to the desktop (like the start bar) but when I close it the desktop stays the same. When you maximize programs instead of going full screen they go only up to where my program was. If you get what I mean :). Is there a way to restore the desktop?...
I'm new to the world of Visual C++ programming and MFC, and as such I have a question about whether or not docking toolbars/windows can be programmed economically using either method.I've read the articles on this site and links to other sites on how to implement the docking toolbars in MF...
Hi,I need to keep track of the size of my MDI mainframe window. I also have toolbars that can dock and so forth. It seems that when a toolbar is docked from floating the mainframe window client area size is changed. However, when I map OnSize() in my MainFrm class, I'm not sent an OnSize mes...
Hi,I have a MDI appl with two doc templates. One of them has its View derived from CTreeView. So i have two questions:1) How can i make a "A DevStudio like CControlBar" that appears only if the doc has this CTreeView (the first template)?2) When a button from this docked is pressed it adds a item to...
I would like to do a docking window for my application, left pane will be the treeview of files in a particular project, and the right pane will be the document/view side.Thanks....
Hi,I'm working on a docked window (docked on a vertical side) and I'm trying to find the height that this window needs, I mean the height between the toolbar and the status bar.Any idea will help.Thanks,Phil....
I am working on a project in which I have to write a DLL to manipulate given applicationI want Dock a treeCtrl on that applicationI am able to get CFrame and Cview and Cdocument of that applicationI tried setdockstate but it didn't workKindly reply SOON as our project is suffering for such a si...
Hi ThereI am trying to create a situation where the user can select from a number of dialog boxes to enter their data. At the same time, I would like to have different tool bars show up depending upon the dialog box that they are currently in. These tool bars should be able to be docked or floatin...
Has anyone tried docking toolbars when working with Stingray? I'm running an MDI app with several toolbars in the mainframe. I set default docking with the DockControlBarLeftOf method. The problem is that if the user shrinks the window to the point where the toolbars are auto-rearranged then...
I don't think it did this until I made it part of a rebar ( see other post for other problems and lots of source ), but now when I undock all my bitmaps disappear & my buttons don't work until redocked !!Christian...
Some days ago, I read an article about docking a toolbar left of another one.As I remember, it was done by adding a function called "DockToolbarLeftOf" to CMainFrame.But now this article seems to be removed... :(Has anyone a copy of this article?thanks gunther...