Book a Demo

Author Topic: Getting the App object of a running EA.exe  (Read 3187 times)

Knut Paulsen

  • EA User
  • **
  • Posts: 82
  • Karma: +1/-0
    • View Profile
Getting the App object of a running EA.exe
« on: January 16, 2014, 11:55:19 pm »
Hi guys,

I am using 'App eaApp = (App)Microsoft.VisualBasic.Interaction.GetObject(null, "EA.App");' to get to a running EA.exe and it works fine. What I am wondering about is what happens if I have a number of EA instances running? I want to find out if a particular project is already running, not just any project.

Any suggestions?

thanks for any help
Knut

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Getting the App object of a running EA.exe
« Reply #1 on: January 17, 2014, 12:42:34 am »
You're probably better off to ask that somewhere at StockOverflow. I had the same question, but luckily could live with just one instance to be live.

q.