Hi
Using :
job.Initialize(JobName, Me)
I don't want to use:
Sub JobDone(Job As HttpJob)
I wish to send something to internet without getting response (I don't care of it)
Or at least do not open "Me"
(I know I can run activity.finish, but it gives some "blink" of window opens and the close)
How can I avoid it?
Using :
job.Initialize(JobName, Me)
I don't want to use:
Sub JobDone(Job As HttpJob)
I wish to send something to internet without getting response (I don't care of it)
Or at least do not open "Me"
(I know I can run activity.finish, but it gives some "blink" of window opens and the close)
How can I avoid it?