G
Guest
Hi everyone,
I'm currently designing a VB.NET application for a Smartphone. The
Smartphone itself will prevent you from starting multiple instances of the
same application. Which is true only if your application is fully loaded in
memory. By clicking on the application icon repeatedly multiple instances of
the application will be started and they will run until you close them.
I tried to use Named Mutex and FindWindow but nothing works. I can still
start multiple instances of the same VB.NET application. How can I prevent
multiple instances in a VB.NET application running on a Smarthpone?
One more question, is it normal that an empty application takes up to 3
seconds to start?
I'm currently designing a VB.NET application for a Smartphone. The
Smartphone itself will prevent you from starting multiple instances of the
same application. Which is true only if your application is fully loaded in
memory. By clicking on the application icon repeatedly multiple instances of
the application will be started and they will run until you close them.
I tried to use Named Mutex and FindWindow but nothing works. I can still
start multiple instances of the same VB.NET application. How can I prevent
multiple instances in a VB.NET application running on a Smarthpone?
One more question, is it normal that an empty application takes up to 3
seconds to start?