Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Do you know?

Status
Not open for further replies.

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?
 
Try using a ListView control (I only used it in plain C, but you can look fo some CListView control)

 
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.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top