Results 1 to 3 of 3

Thread: [RESOLVED] play WMV file in VB app ?

  1. #1

    Thread Starter
    Addicted Member tcurrier's Avatar
    Join Date
    May 1999
    Location
    Northeastern Pa./USA
    Posts
    255

    Resolved [RESOLVED] play WMV file in VB app ?

    Hello,

    I'd like to play a video file of a type '.WMV' in my VB app, but I'm not sure which control to use....

    Does anyone have any information on this?

    Thanks...
    VB6 Enterprise SP4

  2. #2

    Thread Starter
    Addicted Member tcurrier's Avatar
    Join Date
    May 1999
    Location
    Northeastern Pa./USA
    Posts
    255

    Re: play WMV file in VB app ?

    Sure..

    Insert the 'Windows Media Player' control into your form, and play your WMV file as follows:

    Code:
    windowsmediaplayer1.url = app.path & "\yourwmvfile.wmv"
    VB6 Enterprise SP4

  3. #3
    Lively Member
    Join Date
    Apr 2009
    Posts
    124

    Smile Re: [RESOLVED] play WMV file in VB app ?

    Do you wish to play it without the Media Player in the foreground?

Posting Permissions

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



Click Here to Expand Forum to Full Width