Toolbar positioning problem
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all In my application I'm having two toolbars. When I create second one, framework inserts it in new row, but I want it to be placed on the right of the first one. I tried to use DockControlBar() providing lpRect parameter, but it makes no difference. Of course I can drag second toolbar with mouse, but I don't know how to do this programatically. Thx in advance
-
Hi all In my application I'm having two toolbars. When I create second one, framework inserts it in new row, but I want it to be placed on the right of the first one. I tried to use DockControlBar() providing lpRect parameter, but it makes no difference. Of course I can drag second toolbar with mouse, but I don't know how to do this programatically. Thx in advance