简体   繁体   中英

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM