OwnerDraw ToolBar in Dialog Box
-
Hi, I am using a tool bar in a dialog box, the problem is that it doesn't have the same look and feel (flat buttons which embose on mouse over) as the toolbars normally have in SDI or MDI application. It Seems that i have placed number of small buttons side by side :(. Is there any way to make the look & feel of toolbar in Dialog Box same as in SDI or MDI? I am thinking in the direction of making my tool bar owner drawn but dontt know how to do it. please help me :confused: thanks Muhammad Azam
-
Hi, I am using a tool bar in a dialog box, the problem is that it doesn't have the same look and feel (flat buttons which embose on mouse over) as the toolbars normally have in SDI or MDI application. It Seems that i have placed number of small buttons side by side :(. Is there any way to make the look & feel of toolbar in Dialog Box same as in SDI or MDI? I am thinking in the direction of making my tool bar owner drawn but dontt know how to do it. please help me :confused: thanks Muhammad Azam
Set this style
TBSTYLE_FLAT
.
Owner drawn Jesus Loves