_odin_
August 21st, 1999, 07:51 AM
I got two ListCtrl, when I select a item in the left one and then click in the right one everything works fine, but if I click in the left one again on another item you can see how the old selected item loses its selection and the new one gets it. Any ideas on how to prevent this? IE. how do I COMPLETLEY remove the selection of a item (I want the "border" around the item to disapear to just not the filled selection rectangle)?
-- henrik
maggiemay
July 13th, 2001, 11:57 AM
Hi
List Controls are easy but I do not understand your question as well as I need to.
If you have 2 list controls
m_ctrllist1
m_ctrllist2
all that you must do is get the text from 1 and move it to 2 right.
So get it, move it, delete it,Invalidate it!
If I did not answer your question please let me know but list controls are really easy once you understand them. It is often easier to subclass controls than to use them as is as you obtain full control over the control. 8^}
Maggie May
Keep on Shinin