You can add an OLE control to a form in your VB app, then activate Word as
an in-place object within the control. You can hide the minimize and
maximize buttons on the form; and if you hide the title bar also the user
has no way to move the form unless you provide a way.
Quote:
> I want to start a word.application with my VB application.
> The word.application should be 1. fixed, that is, the
> user can'nt move word with the mouse. 2. without buttons
> of maximize and minimize at the top right of the word,
> that is, the user can only close word.
> Thank you for tips in advace!
> Shen