Multiple top-level window with singleton application

E

Etienne Boucher

I have a singleton application that is meant to manage multiple top-level
windows. I use remoting to send the arguments of the extra application
instances the user might start back to the first one. The method I call on
my remoting object is not executed on the same thread as the forms so I
can't create a new form there. I also tried creating it in the
Application.Idle event, but that doesn't work as the Idle event isn't fired
while the other forms are in the background. Would there be a way to get to
the winform thread right away so I can create a new one and activate it?

Etienne Boucher
 
E

Etienne Boucher

Forgot to add that I would prefer a "all-managed" solution.

Thanks in advance

Etienne Boucher
 

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

Top