java - Bring MS Word Application to the front using ComfyJ -
i'm using comfyj 2.7 try , open new word document in ms word 2007 on windows 7. have been create word document , save application remains minimized in task bar.
i have tried using following calls on application try , activate window , bring fore.
app.activate(); app.getactivewindow().activate(); app.getactivedocument().activate();
app.activate seems make application request move fore because task bar item starts flashing, not bring word application fore.
has been able use comfyj interop ms word?
have tried
app.getactivedocument().activewindow.windowstate
property?
if taskbar flashes, sounds maybe document being started minimized. may need set windowstate normal.
Comments
Post a Comment