Hi,

I have written an application which plays various video files 24/7
without any user interaction. It uses various ActiveX controls, such
as Flash, Windows Media Player, Real Player, and IE. Some of these
controls have the ability to disable all message boxes, but there are
some cases where a control occasionally shows a message box (Flash does
this), and I don't know a way to tell the control never to display one.
So now I'd like to know if there's a way to intercept any message
boxes from these controls and prevent them from ever showing up. I
supposed this would involve using the message loop.

thanks,
Keith Langer