Page 1 of 1

VB 2008 Tutorial - Advanced DVD Player

Posted: Tue Dec 08, 2009 7:12 am
by tvs praveen
Insert 1 MSDVDClass Component, and 7 Buttons :arrow:

Note: If you do not find MSDVDClass in ToolBox just right click ToolBox, And go to "Com Components" Tab and you will find "MSDVDClass" component, Just tick it and press "OK", Now you will find it in ToolBox

In Properties make Interval of Timer1 into 2

In Properties rename Button1 text into Play

Rename Button2 text into pause

Rename Button3 text into Stop

Rename Button4 text into Forward

Rename Button5 text into Backward

Rename Button6 text into Play Next Video

Rename Button7 text into Play previous Video

Double click and insert this code into Button1
Code: Select all
AxMSWebDVD1.Play()
Double click and insert this code into Button2
Code: Select all
DVD1.Pause()
Double click and insert this code into Button3
Code: Select all
DVD1.Stop()
Double click and insert this code into Button4
Code: Select all
DVD1.PlayForwards(4)
Double click and insert this code into Button5
Code: Select all
DVD1.PlayBackwards(4)
Double click and insert this code into Button6
Code: Select all
DVD1.PlayNextChapter()
Double click and insert this code into Button7
Code: Select all
DVD1.PlayPrevChapter()
Now debug, Your superb Featured DVD Player is ready! cooll;


*******************Thanks for reading my tutorial, I think this Tutorial will be most helpful to you!*******************

If you want any custom tutorial for you or you need any help in VS.NET, VB.NET, Software Coding, Designing and much more any help in Computer stuffs just ask me

Mostly i will help everyone in coding and design stuffs in on Computer

- Best regards hehaho;

- Tvs Praveen wahooo;

- Thanks CodeNStuff! for this amazing Website cooll;

Re: VB 2008 Tutorial - Advanced DVD Player

Posted: Wed Dec 15, 2010 7:20 pm
by sb123
hi i cant see the MSDVDClass thing any where in the toolbox

i cant even find Com Components :?

any help?

Re: VB 2008 Tutorial - Advanced DVD Player

Posted: Wed Dec 15, 2010 7:44 pm
by mandai
In COM components there should be one called MSWebDVD 1.0 Type Library.
If you don't have mswebdvd.dll in your System32 folder then it might not work.

Re: VB 2008 Tutorial - Advanced DVD Player

Posted: Wed Dec 15, 2010 9:15 pm
by Agust1337
mandai wrote:
In COM components there should be one called MSWebDVD 1.0 Type Library.
If you don't have mswebdvd.dll in your System32 folder then it might not work.
And if you wish to get it click this link: http://www.search-dll.com/download/1274.html

Re: VB 2008 Tutorial - Advanced DVD Player

Posted: Wed Dec 15, 2010 10:48 pm
by mandai
I think the chances are if you don't have it already then it won't be supported in your windows installation. Did anyone check that file for viruses?

Re: VB 2008 Tutorial - Advanced DVD Player

Posted: Wed Dec 15, 2010 10:57 pm
by Agust1337
mandai wrote:
I think the chances are if you don't have it already then it won't be supported in your windows installation. Did anyone check that file for viruses?
Yes, and KIS(Kaspersky Internet Security) would of detected it if it was.

Re: VB 2008 Tutorial - Advanced DVD Player

Posted: Thu Dec 16, 2010 3:53 pm
by goodman854
Agust1337 wrote:
mandai wrote:
I think the chances are if you don't have it already then it won't be supported in your windows installation. Did anyone check that file for viruses?
Yes, and KIS(Kaspersky Internet Security) would of detected it if it was.
Malwarebytes FTW Fyi.

Re: VB 2008 Tutorial - Advanced DVD Player

Posted: Sat Dec 18, 2010 5:44 pm
by iLenkaa
Don't have the MSDVD thing...
Not in Toolbox, not in COM Components.
Online have MS TV or something like that.;

Re: VB 2008 Tutorial - Advanced DVD Player

Posted: Sat Dec 18, 2010 6:44 pm
by Agust1337
iLenkaa wrote:
Don't have the MSDVD thing...
Not in Toolbox, not in COM Components.
Online have MS TV or something like that.;
Agust1337 wrote:
And if you wish to get it click this link: http://www.search-dll.com/download/1274.html