Sub JobDone(job As HttpJob)
If job.Success Then
If job.Name = "job1" Then
Imageview1.SetBackgroundImage(job.GetBitmap)
Else If job.Name = "job2" Then
Imageview2.SetBackgroundImage(job.GetBitmap)
End If
End If
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.