how?
or progressbar in statusbar?
thx
progressbar in listicon?
The forum has lots of good information. Searching is your friend.
I found this with a very quick search...
http://www.purebasic.fr/english/viewtop ... +statusbar
... for your progressbar + statusbar question.
To put it in a listicon will be a similar approach but then you'll have to worry about positioning based on whatever "cell" you have it in and when the user scrolls, etc... It's been a while since I've tried to do anything with the column & row in a listicon but you could look at SendMessage_() with ... what was it? LVM_GETITEM.... ummm... POSITION or RECT or something of that nature. Sorry I can't help more than that immediately.
I found this with a very quick search...
http://www.purebasic.fr/english/viewtop ... +statusbar
... for your progressbar + statusbar question.
To put it in a listicon will be a similar approach but then you'll have to worry about positioning based on whatever "cell" you have it in and when the user scrolls, etc... It's been a while since I've tried to do anything with the column & row in a listicon but you could look at SendMessage_() with ... what was it? LVM_GETITEM.... ummm... POSITION or RECT or something of that nature. Sorry I can't help more than that immediately.