04-25-2009, 06:40 AM
Solution 1 - on the web find a component that can display such toolbars. But they usually are too big, expensive, may not work with QM, may not look exactly as you want.
Solution 2 - completely draw everything yourself. Can try ToolbarWindow32, but I'm not sure that you can draw it completely. Or use multiple ownerdraw Button controls. Or create your control class and draw it completely. If you want to draw standard menu bar, it is also possible. In any case, much much work.
Solution 2 - completely draw everything yourself. Can try ToolbarWindow32, but I'm not sure that you can draw it completely. Or use multiple ownerdraw Button controls. Or create your control class and draw it completely. If you want to draw standard menu bar, it is also possible. In any case, much much work.
