Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to add a ProggressBar in StatusBar
Message
 
À
06/11/2001 21:32:09
Information générale
Forum:
Borland C++ Builder
Catégorie:
Langage C++ Builder
Divers
Thread ID:
00578334
Message ID:
00579086
Vues:
42
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...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform