about CListCtrl
-
hi! I´m a little newbie. I´m doing a program for my final career project. I´m using a derivied CListCtrl class that is doing its job in a perfect way. But, I have seen in some programs and in windows XP folders that if you select various files with the mouse, the mouse draws a blue rectangle selection. If you does the selection in desktop, this rectangle is transparent (only borders). More than a question, it is a curiosity...how could I do this? I have reviewed the MSDN and I haven´t found anything. thanks in advance (sorry for my poor english :rolleyes:
-
hi! I´m a little newbie. I´m doing a program for my final career project. I´m using a derivied CListCtrl class that is doing its job in a perfect way. But, I have seen in some programs and in windows XP folders that if you select various files with the mouse, the mouse draws a blue rectangle selection. If you does the selection in desktop, this rectangle is transparent (only borders). More than a question, it is a curiosity...how could I do this? I have reviewed the MSDN and I haven´t found anything. thanks in advance (sorry for my poor english :rolleyes:
In the MFC dialog editor, set the Selection Type to "Extended"
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
-
hi! I´m a little newbie. I´m doing a program for my final career project. I´m using a derivied CListCtrl class that is doing its job in a perfect way. But, I have seen in some programs and in windows XP folders that if you select various files with the mouse, the mouse draws a blue rectangle selection. If you does the selection in desktop, this rectangle is transparent (only borders). More than a question, it is a curiosity...how could I do this? I have reviewed the MSDN and I haven´t found anything. thanks in advance (sorry for my poor english :rolleyes:
A quick newsgroup search reveals a couple posts saying to add the
LVS_EX_DOUBLEBUFFER
extended list view style. --Mike-- LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ | You Are Dumb Strange things are afoot at the U+004B U+20DD -
A quick newsgroup search reveals a couple posts saying to add the
LVS_EX_DOUBLEBUFFER
extended list view style. --Mike-- LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ | You Are Dumb Strange things are afoot at the U+004B U+20DD