M
matt
i have a VB.net application that connects to the internet to download an xml
file and parse it. It works correctly, but "locks up" until that function
returns. i want to add asynchronous support, but i'm confused on where i
add the code. If i want just this function to be in another thread, what do
i add to it? Also, what do i add to call the function? thanks,
file and parse it. It works correctly, but "locks up" until that function
returns. i want to add asynchronous support, but i'm confused on where i
add the code. If i want just this function to be in another thread, what do
i add to it? Also, what do i add to call the function? thanks,