02-17-2007, 10:08 AM
How to keep a row of the listview and treeview selected (highlighted ) ?
Thx in advance, G
Thx in advance, G
Keeping rows - listview/treeview selected
|
02-17-2007, 10:08 AM
How to keep a row of the listview and treeview selected (highlighted ) ?
Thx in advance, G
02-17-2007, 10:21 AM
Show selection when the control loses focus? Add style TVS_SHOWSELALWAYS (0x20) or LVS_SHOWSELALWAYS (0x8). These styles are not displayed in Styles dialog. Instead, click the small button by the Styles button and add this value to the current value.
02-17-2007, 10:51 AM
02-17-2007, 11:06 AM
02-17-2007, 11:08 AM
is there any way to make the combo boxes in a dialog to have row color 2?
8)
02-17-2007, 11:12 AM
Thats what I had done...But I had added some SendMessages later on which were crapping up...
Thx, G One more thing....Can I specify specific colors for selected rows. (For eg, now I am getting Windows selection colors)
02-17-2007, 11:13 AM
Quote:is there any way to make the combo boxes in a dialog to have row color 2? Yes. Add CBS_OWNERDRAWFIXED style and process WM_MEASUREITEM and WM_DRAWITEM messages. Now I don't have an example.
02-17-2007, 11:18 AM
Quote:Can I specify specific colors for selected rows Already asked recently.
02-17-2007, 11:21 AM
Gintaras Wrote:Ok thank you. if you could provide an example that would be sweet. but till then (if ever i will do it myself) if i have probs ill hollaQuote:is there any way to make the combo boxes in a dialog to have row color 2?
8)
02-17-2007, 11:25 AM
My bad, G
since I didnt implment that..I thought I never asked :-) |
« Next Oldest | Next Newest »
|