|
-
Jan 24th, 2006, 04:01 PM
#1
Thread Starter
Hyperactive Member
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.
-
Jan 24th, 2006, 04:30 PM
#2
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Jan 24th, 2006, 04:55 PM
#3
Thread Starter
Hyperactive Member
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.
-
Jan 24th, 2006, 05:05 PM
#4
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.
-
Jan 24th, 2006, 05:13 PM
#5
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Jan 24th, 2006, 06:55 PM
#6
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
-
Jan 24th, 2006, 07:15 PM
#7
Re: Play dvd files
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|