Forms ProgressBar with MegaApiClient download
using thoses resources:
https://gpailler.github.io/MegaApiClient/articles/samples.html
https://gpailler.github.io/MegaApiClient/articles/faq.html
=> download a file hosted by mega & show a forms progress bar
- the download is NOT ASYNC
- c# 6.0
the download works
i'm not sure how to adapt the progress bar system from mega to a windowsforms progress bar
3 Replies
Its probably impossible for a noob to understand anything to progressbar
Ok i got this snippet to run https://net-informations.com/csharp/gui/cs-progressbar.htm
and the Design.cs too
now with the code upper
the object HERE is of type Form1, and i run it before the snippet and then give his public button_1click()