Owner-drawn animated wxStaticText scrollbar

If you have a cool piece of software to share, but you are not hosting it officially yet, please dump it in here. If you have code snippets that are useful, please donate!
Post Reply
tugak
In need of some credit
In need of some credit
Posts: 3
Joined: Sun Feb 26, 2012 1:35 am

Owner-drawn animated wxStaticText scrollbar

Post by tugak »

i hope you will find this simple scrollbar control :wink:

usage:

#include "ProgressBeer.h"

m_pProgressBar = new CProgressBeer(this, wxPoint(80,224), wxSize(360,13)); // parent can be any wxWindow
m_pProgressBar->Animate(true);

Enjoy!
Attachments
screenshot
screenshot
sample.png (7.59 KiB) Viewed 8863 times
ProgressBeer.h
header file
(2.24 KiB) Downloaded 358 times
ProgressBeer.cpp
source file
(9.04 KiB) Downloaded 334 times
DavidHart
Site Admin
Site Admin
Posts: 4252
Joined: Thu Jan 12, 2006 6:23 pm
Location: IoW, UK

Re: Owner-drawn animated wxStaticText scrollbar

Post by DavidHart »

Hi,

Are you asking for help with it, or offering it to others?

If you're offering it, I'll move it to the Code Dump subforum.

Regards,

David
tugak
In need of some credit
In need of some credit
Posts: 3
Joined: Sun Feb 26, 2012 1:35 am

Re: Owner-drawn animated wxStaticText scrollbar

Post by tugak »

ok just move it to CodeDump please.

thanks a lot,

-tugak
Post Reply