in reply to Closing open Win32 Applications

I have run into situations where an application doesn't properly register itself in the ROT (Running Object Table), so GetActiveObject() doesn't "see" an app instance.

You can use a utility called IROTVIEW to view the ROT realtime.

-Nitrox

Replies are listed 'Best First'.
Re: Re: Closing open Win32 Applications
by Anonymous Monk on Dec 06, 2003 at 18:40 UTC
    That is not the case here...I can retrieve the OLE object for the one copy of XMLSpy I have open, but the Quit method just doesn't seem to be closing it out.