VB 2008 Tutorial - Advanced DVD Player

Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
9 posts Page 1 of 1
Contributors
User avatar
tvs praveen
Top Poster
Top Poster
Posts: 205
Joined: Tue Dec 08, 2009 6:20 am

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;
User avatar
sb123
Just Registered
Just Registered
Posts: 8
Joined: Mon Dec 13, 2010 12:51 pm

hi i cant see the MSDVDClass thing any where in the toolbox

i cant even find Com Components :?

any help?
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

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.
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

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
Top-notch casual Dating
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

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?
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

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.
Top-notch casual Dating
User avatar
goodman854
VIP - Donator
VIP - Donator
Posts: 25
Joined: Wed Dec 15, 2010 12:36 pm

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.
User avatar
iLenkaa
Top Poster
Top Poster
Posts: 170
Joined: Mon Nov 01, 2010 1:17 pm

Don't have the MSDVD thing...
Not in Toolbox, not in COM Components.
Online have MS TV or something like that.;
Image
Image
Image
Image
Image
Image
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

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
Top-notch casual Dating
9 posts Page 1 of 1
Return to “Tutorials”