muliple instances of same application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi

when a user clicks on muliple files, multiple instances of application are opening
We avoided this by checking the process table. But we want to access the variable
of the previous process and update in the current process. Is there a way to do it

Thank
manoj
 
Manoj,

I would suggest that your application able to be exported to COM, and
when it is run, add the reference to the running object table for the
machine. That way, you can access the currently running instance of the
application object.

Hope this helps.
 

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