I am trying to find out if it is possible to launch an application (Microsoft Word) which is fixed in the VB window application. That is within the VB application I would like to have a "frame" which contains Microsoft Word. Hence when the VB application is moved, resized, minimized, .... the Microsoft Word application contained in the frame would also be changed. This feature is similar to how the local, immediate, and watch windows apperate in the Visual Studio environment. Can anyone give me tips on how to implement this capability.

THANKS