sodiumpaul
Programmer
I've created a custom panel control in c# that uses the quartz DLL (using QuartzTypeLib
. I have a form that allows you to set the location and size of the panel/panels within the form which then plays a video with in this panel. This all works well ( I have 4 panels that are all playing videos without any problems). Here comes the "However". However, when I dispose of one of the panels, the dll that the panel is using remains active. I know this because if I dispose of the panel during a video playback, the audio continues and the thread usage does not drop. How do remove the DLL references crated by a particular panel. I think I'm going to hate the answer but will be pleased to recieve any advice.
Thanks in advance, to those that spend the time helping me and other with such issues. I'm still a newbie and would be lost without the help offered in forums such as these.
Thanks in advance, to those that spend the time helping me and other with such issues. I'm still a newbie and would be lost without the help offered in forums such as these.