I've seen this done before, but I can't remember where I saw it ...

Can I put an external application's window inside a control on a VB form ?

For example, if can I get the HWND to a DOS window, can I somehow assign it to the HWND of a control on the VB form? Say, for example, a picture box, with an DOS window inside of it ?

(I can get the HWND's, but it tells me that they're read/only properties.)

Thanks for any help !