ProgressBar in dialog

ambg

Member
Licensed User
Longtime User
Hi,
Is posible put a ProgressBar into a Dialog?
For example for indicate the download's progress of a file to the final user.

Thanks.
 
Last edited:

margret

Well-Known Member
Licensed User
Longtime User
Progress in Dialog

I don't think you can do that. However, you can create a panel just like you want and you can update the Progressbar in your panel from the FTP_DownloadProgress or the FTP_DownloadCompleted subs. It depends on if you want to update based on the number of files or the bytes of each file. You can also update two progress bars in your panel, one for each. Total files and bytes of each file.

Margret
 
Last edited:
Upvote 0

ambg

Member
Licensed User
Longtime User
Thanks Margret,

But, do like you could do a panel with the look of a Dialog?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…