The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: Ghirai on January 19, 2005, 03:32:12 PM

Title: Progressbar in listbox
Post by: Ghirai on January 19, 2005, 03:32:12 PM
Hey everyone,

I've started a project, and most likely i'll post hasking for help quit often  ;)

How would i obtain one of those listboxes-with-progressbar, kinda like a listview, but for each item i need a few fields containing text, and one containing a progressbar?

Thanks.
Title: Re: Progressbar in listbox
Post by: zincboyreturns on January 20, 2005, 08:09:16 PM
the most obvious wayis to create subclass for listbox however you need to be a little more specific about the prog bar. do you want it as part of the listbox or seperate,reflectiveof the currently selected item?
                    Iill help if i can.............
Title: Re: Progressbar in listbox
Post by: Ghirai on January 22, 2005, 11:41:03 AM
I need it as part of the listbox, one progbar foe each list element.
But i figure it's a little of an overkill, so i'm just displaying "x% completed" instead.

Thanks anyway :P