Results 1 to 7 of 7

Thread: Play dvd files

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    499

    Play dvd files

    Is there any control i could use that will accept a path to a folder holding dvd files and play them ?

    thanks.

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Play dvd files

    What are your file's format? If your trying to play DVDs then you need a DVDROM and graphics car that supports it. Alos, DVD player software, usually bundled with the graphics card but you can possibly find a free one for download.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    499

    Re: Play dvd files

    The files are .vob, .ifo, .bup.

    i have just tried the mswebdvd component and i can get it to play of my C: drive by supplying the path to the folder holding the files only if there is a dvd disk in the dvdrom at the same time. Is there any way of fooling it into thinking there is a disk in the dvdrom or another way around it ?

    thanks.

  4. #4
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Play dvd files

    DVD's are specially formatted disks that have coded information in Track 0. I don't think that there is a way to do it. You can download DivX, which can play files that have been converted to DivX format. I haven't found the encoder, and even transferred a DVD to my drive, hoping that it would play, but I had to delete it. I couldn't even get it to burn on my server. Track 0 wasn't present.

  5. #5
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Play dvd files

    Probably your best bet is to do some type of conversion of the DVD to a mpeg or other video file type. Then play the file aas any other vidoe file.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  6. #6
    Old Member moeur's Avatar
    Join Date
    Nov 2004
    Location
    Wait'n for Free Stuff
    Posts
    2,712

    Re: Play dvd files

    You can use the Windows Media Player to play DVD files on your hard disk.
    Download the WMP 10 SDK, it comes with a VB example of playing DVD files
    The example is discussed here
    http://msdn.microsoft.com/library/de...isualbasic.asp

    I haven't tried it yet or I would have written you a simple demo and claimed it was all my work

  7. #7
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: Play dvd files

    Quote Originally Posted by user name
    Is there any control i could use that will accept a path to a folder holding dvd files and play them ?

    thanks.
    DirectShow can play DVD's, and many other media types, like mpeg, avi, mp3, etc. Matter of fact, the DirectX8 SDK has a couple examples in VB to play DVD's. Not sure if the Windows Media Player control or any other media API can play DVD's though. Never seen it done except on other software, but not sure if they used DirectShow.

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