I am building an application that uses multiple panels in a Form to playback diffrent media sources. This all works well except that when a panel loads a new file from disc the other windows block for about a second. The code I'm using is pretty standard. I suppose I need to load the files on...
I've created a collection of customer panels. Each panel plays different media types (video, flash Scrolling Banners etc). The Main Form starts each of the panels as a user selects them. They all play happily together. However, when a panel reloads media from disc or, in the case of the RSS...
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...
I've been trying to get the handle of a Button within my application. The main form launches another form ( floating toolBox).
I've used the following code with the Ms Calc app to prove this code works - it does:
int hwnd;
int comp;
hwnd = FindWindow(null, "Calculator");
comp =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.