I'm wondering if Add-In(s) run in their own thread using for example:
hThread = CreateThread(NULL,0,Show_Escape,NULL,NORMAL_PRIORITY_CLASS,&threadPtr);
I've minimized use of globals but knowing if they run in a thread opens up that possibility.
John Z