I use Word Automation in my VB6 application
When Word doc is open and i open a word Subwindow (like textbox properties
or options window) the vb6 code pauzes especially in WInME, it does allso in
WinXP but less freguently.
Because of the pauze,
some of my codeevents (expl mouseup event) gets in very late after 5 seconds and because the code is pauzed, this gives an error
'An action can not be completed because a component (document1 - word) is
busy. This screen has buttons ABort Retry Ignore.

Is there maybe an adjustment in a proces (to influence the word/windows
behavior) i can set so the vb code always continiues allso when Word
subwindow is open.
Many thx