G
Guest
Hey gang.
This is a different question than most when it comes to multiple instances
of an application. We want to run multiple instances of our EXE.
In the past inside our "parent" application we would shell execute the EXE
multiple times and changing the window text was a "hack" which would allow us
to run multiple copies of our application at once.
It seems in the new .NET CF 2.0 SP2 this has changed and no longer works.
We've tried to create a new AppDomain and use the execute command but
unfortunately the parents application GUI window is non-functional when doing
this. And we also suspend that memory is shared within all of these multiple
applications since they are within the same process, which is also an issue
for us.
Does anyone have any knowledge or information on if this is possible via
other means?
We have some options such as copying our exe each time we want to run it
seperately but this isn't really a good approach. We would like to implement
a much cleaner approach if possible.
Any help would be greatly appreciated.
Thanks and take care,
Simon
This is a different question than most when it comes to multiple instances
of an application. We want to run multiple instances of our EXE.
In the past inside our "parent" application we would shell execute the EXE
multiple times and changing the window text was a "hack" which would allow us
to run multiple copies of our application at once.
It seems in the new .NET CF 2.0 SP2 this has changed and no longer works.
We've tried to create a new AppDomain and use the execute command but
unfortunately the parents application GUI window is non-functional when doing
this. And we also suspend that memory is shared within all of these multiple
applications since they are within the same process, which is also an issue
for us.
Does anyone have any knowledge or information on if this is possible via
other means?
We have some options such as copying our exe each time we want to run it
seperately but this isn't really a good approach. We would like to implement
a much cleaner approach if possible.
Any help would be greatly appreciated.
Thanks and take care,
Simon