![]() |
AW: Fortschrittsanzeige in RichEdit?
Hat denn hier noch niemand ein OLE Objekt erstellt?
|
AW: Fortschrittsanzeige in RichEdit?
Moin,
Zitat:
MfG Fabian |
AW: Fortschrittsanzeige in RichEdit?
var progbar:Tprogressbar;
progbar:=tprogressbar.Create(SELF); progbar.Visible :=true; progbar.Left :=0; progbar.Top :=0; progbar.Height :=100; progbar.Width :=100; progbar.ParentWindow:=richedit1.Handle; else |
AW: Fortschrittsanzeige in RichEdit?
Mit Delphi-Tags sieht das viel hübscher aus ;)
Delphi-Quellcode:
var progbar:Tprogressbar;
progbar:=tprogressbar.Create(SELF); progbar.Visible :=true; progbar.Left :=0; progbar.Top :=0; progbar.Height :=100; progbar.Width :=100; progbar.ParentWindow:=richedit1.Handle; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 00:43 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz