Hi there,
I want to call some functions in asynchronous mode in VB6 SP6. I have found many snippets like this
http://www.answers.com/topic/create-shell-thread but when I run the function
VB IDE hangs and dialog for sending information to microsoft is displayed.
I have found some example that is based on another API, but it is working in the same way - when I want to call the function in another thread, IDE hangs.
Is there any other possible way to call function which waits for response from remote computer asynchronously?
Thank you
JVV