Multiple Clicks

S

sushma

Hi all.

I have a web browser which has a button on it. That button click events starts a new independent process and that process uses a file thats needs to be read during its load function.

my problem is when the user continuously clicks the webbrowser button i get an exception as the file is being accessed by the frst process.

what is the workaround for this MULTIPLE CLICKS problem.

EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 
S

shashank kadge

Hi all.

I have a web browser which has a button on it. That button click events starts a new independent process and that process uses a file thats needs to be read during its load function.

my problem is when the user continuously clicks the webbrowser button i get an exception as the file is being accessed by the frst process.

what is the workaround for this MULTIPLE CLICKS problem.

EggHeadCafe.com - .NET Developer Portal of Choicehttp://www.eggheadcafe.com

disable/hide the button until the process is complete.

-
shashank kadge
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top