Results 1 to 3 of 3

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

Hybrid View

  1. #1

    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

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