News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Progressbar in listbox

Started by Ghirai, January 19, 2005, 03:32:12 PM

Previous topic - Next topic

Ghirai

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.
MASM32 Project/RadASM mirror - http://ghirai.com/hutch/mmi.html

zincboyreturns

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.............

Ghirai

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
MASM32 Project/RadASM mirror - http://ghirai.com/hutch/mmi.html