| View previous topic :: View next topic |
| Author |
Message |
Michael F. S. Christensen Guest
|
Posted: Tue Jun 22, 2004 2:52 pm Post subject: How-to: XP-like TProgressBar small indicator sliding from si |
|
|
Hello,
I want to make a TProgressBar behave the same way it does in many Windows XP
aplications (especially in installers and the like) when the remaining work
size is not known by the component.
It should display a small progress indication that gently slides from left
to right and then back again from right to left, thus indicating that work
is being done but the work size is not yet known.
Nor the Borland help files, examples, google, or the VC++ reference for the
MFC ProgressBarCtrl component helped me out. There doesn't seem to be any
public methods for achieving the desired effect. (MSDN reference:
http://tinyurl.com/ywxhl)
Any ideas, suggestions and/or code will be appreciated! :-)
Thanks!
Best regards
Michael F. S. Christensen
Denmark
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Tue Jun 22, 2004 5:12 pm Post subject: Re: How-to: XP-like TProgressBar small indicator sliding fro |
|
|
"Michael F. S. Christensen" <answer (AT) to_newsgroup_please (DOT) com> wrote in
message news:40d847cd$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Nor the Borland help files, examples, google, or the VC++
reference for the MFC ProgressBarCtrl component helped
me out. There doesn't seem to be any public methods for
achieving the desired effect.
|
That is because what you are asking for is not a standard Windows control to
begin with. You will have to find a third-party custom component instead
(or make your own).
Gambit
|
|
| Back to top |
|
 |
Michael F. S. Christensen Guest
|
Posted: Wed Jun 23, 2004 7:06 am Post subject: Re: How-to: XP-like TProgressBar small indicator sliding fro |
|
|
| Quote: | That is because what you are asking for is not a standard Windows control
to
begin with. You will have to find a third-party custom component instead
(or make your own).
|
Hi,
I found a reference this morning (it's a visualstyle for xp it appears):
http://tinyurl.com/yvtj7
Best regards
Michael F. S. Christensen
Denmark
|
|
| Back to top |
|
 |
|