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!

Use CListView or MSFlexGrid ????

Status
Not open for further replies.

youssef

Programmer
Mar 13, 2001
96
BE
Hi,

I have to solution in my project. Use CListView or MSFlexGrid.
The project is to display a automation in execution.

My problem is How can I do for to do this :

1/ I have 10 playlist. Each playlist have 1, 2 or 3 functions.

=> I would like to display each playlist with a color. So, if one function -> One line, if two functions -> two lines , ...

2/ I would like to design a rectangle for distinging the playlist in the automation

My preference is for CListView.

So, if anyone can help me.


Best regards
 

Use CListView. MSFlexGrid is easier to use but not as flexible despite the name. I just changed a MSFlexGrid to a CListView and I'm glad I did.

I have code that can do the color and the whole nine yards. It's at home. I'll post it tonight.

Brother C
 
Thanks a lot my friend. I waiting for your code.

Best regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top