Dec 10, 2001 #1 HippoTas Programmer Dec 4, 2001 15 GR Do you know if there is any object which looks like CListCtr but it gives you the ability to place your objects in any place and not in a list?
Do you know if there is any object which looks like CListCtr but it gives you the ability to place your objects in any place and not in a list?
Dec 10, 2001 #2 fsimoes Programmer Nov 29, 2001 1 AR Try using a ListView control (I only used it in plain C, but you can look fo some CListView control) Upvote 0 Downvote
Dec 10, 2001 Thread starter #3 HippoTas Programmer Dec 4, 2001 15 GR Thnx a lot for your reply. What I want is an Object which I insert items and I am able to determine its position (for example : my_object.InsertItem(my_item,position_x,position_y,hIcon[1]); ) i looked for CListView but I don't thing that i can places the items wherever. Upvote 0 Downvote
Thnx a lot for your reply. What I want is an Object which I insert items and I am able to determine its position (for example : my_object.InsertItem(my_item,position_x,position_y,hIcon[1]); ) i looked for CListView but I don't thing that i can places the items wherever.