Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2002.07.18;
Скачать: CL | DM;

Вниз

PorgressBar в StatusBar е   Найти похожие ветки 

 
V.V.Putin   (2002-07-07 11:21) [0]

Здравствуйте!
Подскажите как сделать PorgressBar в StatusBar"е как у IE6?
Помогите плиzzz!!! Очень надо!!!


 
Dimedrol ©   (2002-07-07 21:15) [1]

Есть компонентик, к стати,
звать что-то в роде
StatusBarPro...


 
TTCustomDelphiMaster ©   (2002-07-07 21:29) [2]

Буду краток :)

procedure TForm1.Button1Click(Sender: TObject);
begin
with TProgressBar.Create(self) do
begin
Parent := StatusBar1;
height := 10;
Left := 30;
top := 5;
Position := 30;
end;
end;


 
Viewer   (2002-07-07 23:18) [3]

Или создай наследника от TStatusBar, который сможет принимать на себя в design-time компоненты

...
type

TtsvStatusBar = class(TStatusBar)
public
constructor Create(AOwner: TComponent); override;
end;

implementation

uses Consts;

constructor TtsvStatusBar.Create(AOwner: TComponent);
begin
inherited Create(AOwner);
ControlStyle := ControlStyle + [csAcceptsControls];
end;



Страницы: 1 вся ветка

Текущий архив: 2002.07.18;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.014 c
3-57951
Tutov Roman
2002-06-25 16:39
2002.07.18
непонятка с таблицами парадокс


1-58126
Сатир
2002-07-08 17:01
2002.07.18
TreeView


1-58063
Fiend
2002-07-05 09:54
2002.07.18
удалённый запуск по Telnet


3-58021
Ivts
2002-06-27 15:58
2002.07.18
DCOM, TQuery


1-58206
Jmenya
2002-07-06 14:42
2002.07.18
Уважаемые Мастера .....