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.
 
Back
Top