03-18-2006, 12:23 PM
Sample dialog with toolbar, tree view, list view and status bar controls, with images.
Feb 15, 2007
Added custom draw.
Feb 15, 2007
Added custom draw.
Explorer-style dialog
|
03-18-2006, 12:23 PM
Sample dialog with toolbar, tree view, list view and status bar controls, with images.
Feb 15, 2007 Added custom draw.
06-15-2006, 10:22 PM
how to use the SysListView32 column titles for sorting the items ?
(click on column title to toggle ASC/DESC)
06-16-2006, 06:20 AM
08-23-2007, 05:35 PM
please give an example for toolbar actions (you left that blank)
08-23-2007, 06:47 PM
08-23-2007, 08:46 PM
WM_SETCURSOR's wParam and lParam contain some useful information. See MSDN library.
08-29-2007, 06:09 PM
can you tell how to make it work, so that we have text color
for tb buttons. or is it the wrong attempt ? i ask, because my toolbar now has the taskbar background, but the text labels are black. hock: DEX_TBCustomDraw ;/DEX_Main
08-29-2007, 06:44 PM
08-29-2007, 08:32 PM
i do not understand.
i still don't know how to set the text color for my tb buttons. and how to make the active button look like been pushed.
08-29-2007, 08:57 PM
Your DEX_TBCustomDraw is correct. Maybe button ids are different in your app, but it works well if called from DEX_Dialog, when visual styles are disabled (SetWindowTheme called).
Quote:and how to make the active button look like been pushed Don't know, see toolbar button states in MSDN. |
« Next Oldest | Next Newest »
|