How to avoid duplicated execution in C#

  • Thread starter Thread starter BigBoy
  • Start date Start date
B

BigBoy

Hi all!!

I don't know how to avoid duplicated execution in C#

please help me
 
Don't write duplicated code?

Seriously, what do you mean when you say "duplicated execution?"
 
I suppose he mean the same application running twice.

BTW, no worry, by defaulkt the user CAN'T run the same application twice,
clic on an already executing application's icon, just bring it to front.
My question would rather be: how to execute the same application twice ;-)
!!!
 
The same application can be executed twice (or even more) in Windows CE.NET.
 

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

Back
Top