My application is using COM to communicate with a 3rd party app. Specifically, I create an interface to a CComPtr<> by calling CoCreateInstance().
This all works great, but there's one problem. The 3rd party is not supposed to have popups. But it seems it does is some error conditions. So, is there a way I could detect when it has a popup It's ok for me to just kill the process when it has a popup, but I need to detect when it has one.
Or even, is there a utility that will look for popups from any application and kill the application if it ever presents a popup That would work also.
Thanks for any help,
Scott

How do I stop pupups from occuring in Com objects?
hazz
Hello
Re: How do I stop pupups from occuring in Com objects
Such questions are outside the scope of this forum - for the scope of the VC General forum please look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=19445&SiteID=1
For such issues please use the newsgroups at http://msdn.microsoft.com/newsgroups.
OTP
Thanks
Damien