Hello all,
I've got a data entry system that transmits data as xml over http ssl with a client certificate. The handshake takes about a second on average and while the data is being sent I display a graphic that lets the user know something is happening. The communication is currently in a custom class that I'm in the process to converting it to a COM dll so that I don't have to include the code with each of my applications (exes) as I typically have more than 1 of my apps running on a given machine. What I would like to do is to initiate the communication process asynchronously so that the user doesn't see a 'hiccup' in using the app. I suppose I could shell the communication to an exe. Any suggestions on a good approach?
Thanks to all.
Ralph
I've got a data entry system that transmits data as xml over http ssl with a client certificate. The handshake takes about a second on average and while the data is being sent I display a graphic that lets the user know something is happening. The communication is currently in a custom class that I'm in the process to converting it to a COM dll so that I don't have to include the code with each of my applications (exes) as I typically have more than 1 of my apps running on a given machine. What I would like to do is to initiate the communication process asynchronously so that the user doesn't see a 'hiccup' in using the app. I suppose I could shell the communication to an exe. Any suggestions on a good approach?
Thanks to all.
Ralph