user1704863
user1704863

Reputation: 404

How to add CProgressCtrl to a CListCtrl

I'm looking to add a progress bar to an index in a list control. I know there isn't a simple command to do this and requires a type of drawing but I can't find any good explanations on how to go about accomplishing this. I have a mediocre understanding of MFC so this might be a little advanced but I was hoping someone could give me a good example of how to do this or point me to a link that explains something similar to this.

Upvotes: 0

Views: 1049

Answers (1)

Nik Bougalis
Nik Bougalis

Reputation: 10613

Your question is somewhat unclear - do you want a single CProgressCtrl for a CListCtrl or multiple ones?

Regardless, you may find this article from CodeProject of interest, as it includes a ready-made control. No guarantees on the quality of the control, but it should at least get you started.

Upvotes: 1

Related Questions