Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. DVD playback in VB.net

DVD playback in VB.net

Scheduled Pinned Locked Moved Visual Basic
csharphardware
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    portreathbeach
    wrote on last edited by
    #1

    I am trying to write a DVD player in VB.net I have used the WMP SDK and embedded WMP in a VB application. I can open an mpg file, avi etc, but when I load a dvd 'VIDEO_TS.ifo' file into the embeded WMP it plays, but without sound. Here is the code I use to load the DVD into WMP: OpenFileDialog1.ShowDialog() If OpenFileDialog1.FileName <> Nothing Then file = OpenFileDialog1.FileName AxWindowsMediaPlayer1.URL = file End If As I said before, the sound is heard, but no video is shown. :confused:

    D 1 Reply Last reply
    0
    • P portreathbeach

      I am trying to write a DVD player in VB.net I have used the WMP SDK and embedded WMP in a VB application. I can open an mpg file, avi etc, but when I load a dvd 'VIDEO_TS.ifo' file into the embeded WMP it plays, but without sound. Here is the code I use to load the DVD into WMP: OpenFileDialog1.ShowDialog() If OpenFileDialog1.FileName <> Nothing Then file = OpenFileDialog1.FileName AxWindowsMediaPlayer1.URL = file End If As I said before, the sound is heard, but no video is shown. :confused:

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Does it play just using Windows Media Player?? Don't use your application to try and play it, just launch WMP.

      Dave Kreskowiak Microsoft MVP - Visual Basic

      P 1 Reply Last reply
      0
      • D Dave Kreskowiak

        Does it play just using Windows Media Player?? Don't use your application to try and play it, just launch WMP.

        Dave Kreskowiak Microsoft MVP - Visual Basic

        P Offline
        P Offline
        portreathbeach
        wrote on last edited by
        #3

        Yes, WMP works fine Confusing....!

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups