Running an application as MDI ????

  • Thread starter Thread starter calderara serge
  • Start date Start date
C

calderara serge

Dear all,

I have an application from which all form is inherited from a based
windows from template that we have defined for our application.

The idea is that every shoudl run inside those application form. For
example we are able to call an application like noepad.exe or any other
and the idea is to make it run inside my application form as a kind of
MDI.

Is there a way to run an external application and ask it to run as an
MDI of my application form?

thnaks for your answer

regars
serge


*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
* calderara serge said:
I have an application from which all form is inherited from a based
windows from template that we have defined for our application.

The idea is that every shoudl run inside those application form. For
example we are able to call an application like noepad.exe or any other
and the idea is to make it run inside my application form as a kind of
MDI.

Is there a way to run an external application and ask it to run as an
MDI of my application form?

No.
 
Back
Top