In my app there is a form with multiple instances of Windows Media Player COM control (using WMPlib). After running for some time (and playing movies) it crashes. I get dialog window which tells that there is a problem with the application and it will
be closed. The error report contains information about the module which caused error and it's name is lavvideo.ax. I think it is some sort of codec issue, but nevertheless I would like to catch this exception. Is it possible? The try/catch block doesn't work.
↧
Using many Windows MEdia Player control on one form
↧