+ Reply to Thread
Results 1 to 2 of 2

Thread: Visual Basic 6 MPlayer class

  1. #1
    Low Bitrate farolfo's Avatar
    Join Date
    Apr 2004
    Posts
    65

    Visual Basic 6 MPlayer class

    Create a new form, in main section of the form write:

    Public WithEvents MPlayerWin As MPlayerFork

    and in form load:

    Set MPlayerWin = New MPlayerFork
    MPlayerWin.Init 8192, 250, MPVideoPanel
    MPlayerWin.MPQuitDelay = 2000

    MPVideoPanel is the picturebox where mplayer draw video

    You also need redirect.dll, you can find it on

    http://users.skynet.be/saw/

    If you want help me in my carpc software development, share info abuot vb you are wellcome, the project is opensource
    Attached Files Attached Files

  2. #2
    Newbie
    Join Date
    Jul 2009
    Posts
    1
    Hi

    Thanks for creating this class... it is just what I was looking for but... I tried to do as you suggested to see how it works and immediately received a type error with the declaration MPAudioTrack As Vector. Vector is not recognized by my VB 6 as a data type. Did you have your own type definition elsewhere? I tried changing the type just to see if the project would run at all and immediately received another error: WithEvents MPlayerStdHID As RedirectLib.Application. I am assuming this has to do with the redirect.dll that we are supposed to have. Unfortunately, the link you gave does not go to that dll.

    Sorry because I think you have done some good work. (I apologize for not writing in Italian)

    Cheers
    David

+ Reply to Thread

Similar Threads

  1. Destinator 5/6 in Visual Basic
    By Centauri_dk in forum Software & Software Development
    Replies: 26
    Last Post: 04-03-2007, 06:05 AM
  2. visual basic runtime
    By illo41100 in forum FreeDrive
    Replies: 1
    Last Post: 09-27-2005, 04:51 AM
  3. Visual Basic Question????
    By chuckctv in forum Software & Software Development
    Replies: 9
    Last Post: 12-28-2004, 12:25 PM
  4. Adding Gamepad input in Visual Basic
    By UBCSJonw in forum Software & Software Development
    Replies: 1
    Last Post: 09-10-2003, 09:00 PM
  5. i need a visual basic OCX for an generic infrared receiver
    By babas151 in forum Software & Software Development
    Replies: 9
    Last Post: 04-20-2002, 03:10 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts