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 IamaSherpa 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: steka
  • Order by date
  1. steka

    media player in borland c++ builder

    Here is an example on how to set the size of a TPanel to movie dimensions. void __fastcall TForm1::Button1Click(TObject *Sender) { if (OpenDialog1->Execute()) { MediaPlayer1->Display = Panel1; MediaPlayer1->FileName = OpenDialog1->FileName; MediaPlayer1->Open()...
  2. steka

    Playing AVI-files

    Thanks anyway...
  3. steka

    Playing AVI-files

    How about a small example ? I am very found of examples :-) Especially since I know nothing about COM API.
  4. steka

    Playing AVI-files

    To be absolutely honest, I don't know. What is an COM interface? I'm sort of new in Windows development, and what I know don't go deep into Windows.
  5. steka

    Playing AVI-files

    I what to play a user selected AVI-file in a separate window when a specific event occurs in my program. How do I do to play AVI-files ?

Part and Inventory Search

Back
Top