T
Terry Olsen
When starting a process, what is the difference between using
ShellExecute or not using it?
I need to start IE when a link is clicked in my app. I want as little
impact to my app as possible. What is the best method for this?
In my case I have it working in a chat application. I use a RTB so that
the links are detected. I click on the link and IE opens without
problem 99% of the time.
If a link is clicked at the exact moment text is being appended to the
RTB, the app crashes with a threading error.
So I guess I want to start the process and return from the call as fast
as possible to see if I can alleviate the problem.
Thanks for any help.
ShellExecute or not using it?
I need to start IE when a link is clicked in my app. I want as little
impact to my app as possible. What is the best method for this?
In my case I have it working in a chat application. I use a RTB so that
the links are detected. I click on the link and IE opens without
problem 99% of the time.
If a link is clicked at the exact moment text is being appended to the
RTB, the app crashes with a threading error.
So I guess I want to start the process and return from the call as fast
as possible to see if I can alleviate the problem.
Thanks for any help.