Here's an example of what I want to do: Any time a Word document opens I want to have an autoit script hide the button on the taskbar, but keep the window visible. Is this possible? I can set the window state to @SW_HIDE, but then I can't access the window. Does anybody have any suggestions? Is this possibly controlled by a DLL call?