Clients In Terminal Services

  • Thread starter Thread starter Atley
  • Start date Start date
A

Atley

Is it possible, and if so, how would I run an exe within a MDI container?

I want to have a container application running on a client machine to open
and run an application from a server?
 
Atley said:
Is it possible, and if so, how would I run an exe within a MDI container?

"No", or in other words: It's not easy to get a stable implementation and
will require p/invoke.

Instead of calling another application, you can provide DLLs on the server
and instantiate form classes defined in the DLLs. Then you can display the
forms as MDI children easily.
 

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