Re: Progress on long operations
- From: Li Yang <lextudio@xxxxxxxxx>
- Date: Tue, 30 Oct 2007 19:52:10 +0800
On Delphi for .NET side, you may try to use a progressbar with either TBackgroundWorker component (.NET 1.1, http://cc.codegear.com/Item/23284) or BackgroundWorker in BCL (.NET 2.0).
I did not see any component similar on Win32 side. And you may need to use threading (TThread) to implement the effect you described here.
.
- References:
- Progress on long operations
- From: Andy
- Progress on long operations
- Prev by Date: virtual (single) file system
- Next by Date: ANN: New EurekaLog World Wide Resellers
- Previous by thread: Re: Progress on long operations
- Next by thread: Re: Progress on long operations
- Index(es):