extractallAsync zip

0
Hi do you have an example of zip.extractallasync - i use the sftp async progress event to update a UI item - works fine on zip the process is called and i can output to debug console no problem - but updating a ui component causes a thread issue as ui appears to be on different thread to the progress function regards Keith
zip
 
asked 11/10/2021 3:16:52 PM
add a comment

1 Answers

0
Hi Keith btnSetting.Invoke(new Action(() => { btnSetting.Enabled = true; })); try using like this.
 
answered 11/10/2021 4:58:45 PM
add a comment

Your Answer

Not the answer you're looking for? Browse other questions tagged zip or ask your own question.