Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sodiumpaul
  • Content: Threads
  • Order by date
  1. sodiumpaul

    DirectShow multi panel

    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...
  2. sodiumpaul

    C# custom controls

    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...
  3. sodiumpaul

    custom controls and dll's

    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...
  4. sodiumpaul

    FindWindow c# Please Help Before I Cry

    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 =...

Part and Inventory Search

Back
Top