Acctually, MS Word is MDI (Multiple Document Interface);
LabVIEW is SDI (Single Document Interface). These two
interface have architectural difference. They are not
interchangable. Another words, one can't make LabVIEW
looking and acting like MS Word. However, If all you
want is to confine a VI within another, a simple Window
API call (SetParent) will do the trick. You also have
to take care of the window position shift and the
flickering caused by the position shift. There is a pit
fall while using child window in LabVIEW: since LabVIEW
is SDI, and front panel & diagram are "a pair", you
should switch the child window back to top window before
you close the parent window. Otherwise, LabVIEW will
crash.
George Zou
http://gtoolbox.yeah.net
George Zou