I am having a couple of problems that may be simple to someone out there. I am currently automating word in an application, so I can pass in a file or some text and it opens word fine. The problem is that I have a window pane that is not being maximized and I cannot implement scroll bars. I have tried several things, such as using the Pane class and Window class and implementing scroll bars and trying to maximize the document. But I have had no luck. Any idea what I might try?

Another problem I am having is that there is a separate control box, entitled Control Toolbox, that keeps popping up, that contains the toolbars that can be viewed. How do I disable this from coming up?