MDI with other programs

  • Thread starter Thread starter Chronos
  • Start date Start date
C

Chronos

Is it possible to open up a program as a child to yours? Like if I wanted
Notepad opened but as a child under the parent's control?

thanks
 
Hi Chronos,

The answer's yes and no.

You'll perhaps have seen pdfs, opened via links on a web page, displayed
in an Acrobat Reader within your browser, or image editors within a Word
document, etc, etc. The most ubiquitous example must be the Internet
Explorer browser. It seems that every program and its dog has a browser
window these days. That's not just a window though - it's Internet Explorer.

Each of these programs has been designed to be hosted within another
program as well as running as an application in its own right. They do this
by exposing their object model using a standard mechanism called COM. In
doing so, these programs are effectively becoming very meaty components
available as a resource for other programs.

Notepad is not such a program, as far as I know. And there are plenty of
other programs that aren't. Which is a shame.

Regards,
Fergus
 

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