We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

Lukag's avatar
Lukag
Collaborator | Level 8
3 months ago

Error reading file async

I had a problem to download a file ( an Image ) and someone recommended to me to do asynchronously. I changed my code so :   Async Function _take_file(ByVal _file As String) As Task .... Dim ...