Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to add a ProggressBar in StatusBar
Message
 
To
06/11/2001 21:32:09
General information
Forum:
Borland C++ Builder
Category:
C++ Builder Language
Miscellaneous
Thread ID:
00578334
Message ID:
00579086
Views:
40
Hi,
You need to create and register your own control with overrided constructor, like this (in Delphi):
constructor TMyStatusBar.Create(AOwner: TComponent);
begin
  inherited;
  ControlStyle := ControlStyle + [csAcceptsControls];
end;
Also take a look on statusbar controls on http://www.torry.net/statusbars.htm

>Well I think the title explains itself what am I looking for...
>
>Does anyone knows How to add a ProggressBar into a StatusBar??
>
>I'd appreciate any help you might give me...
Previous
Reply
Map
View

Click here to load this message in the networking platform