progressbar in listicon?

Just starting out? Need help? Post your questions and find answers here.
denise_amiga
New User
New User
Posts: 7
Joined: Fri Sep 09, 2005 5:27 pm

progressbar in listicon?

Post by denise_amiga »

how?
or progressbar in statusbar?

thx
Xombie
Addict
Addict
Posts: 898
Joined: Thu Jul 01, 2004 2:51 am
Location: Tacoma, WA
Contact:

Post by Xombie »

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