opening more than once

  • Thread starter Thread starter RobcPettit
  • Start date Start date
R

RobcPettit

Hi, Ive created an application and published it. Id like to be able to
open more than one instance of the application. When opend once, runs
perfect. When opening another, now having two open, runs for a short
period, then crashes. Is there some coding Im supposed to add to be
able to open more than one instance.
Regards Robert
 
Hi, Ive created an application and published it. Id like to be able to
open more than one instance of the application. When opend once, runs
perfect. When opening another, now having two open, runs for a short
period, then crashes. Is there some coding Im supposed to add to be
able to open more than one instance.

You should be able to run multiple instances of an application without
doing anything special. If the second instance is crashing, it must be due
to something that you are doing inside it. Maybe you are trying to open a
file or some other shared resource which the first instance has locked for
its own use.
 
Thankyou booth for your comments. This meens I can concentrate on the
program.
Regards Robert
 

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