Just one instance of my program

  • Thread starter Thread starter Schorschii
  • Start date Start date
S

Schorschii

Hi,

how can i prevent that my program is started several times?
(using the compactframework not the standard)

THX

Schorschii
 
Since the forms used in .NET CF applications are classes, you could use a
singleton design pattern to ensure only one instance of the main form.

--Neil
 

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