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
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
*******************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;
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
Double click and insert this code into Button2AxMSWebDVD1.Play()
Code: Select all
Double click and insert this code into Button3DVD1.Pause()
Code: Select all
Double click and insert this code into Button4DVD1.Stop()
Code: Select all
Double click and insert this code into Button5DVD1.PlayForwards(4)
Code: Select all
Double click and insert this code into Button6DVD1.PlayBackwards(4)
Code: Select all
Double click and insert this code into Button7DVD1.PlayNextChapter()
Code: Select all
Now debug, Your superb Featured DVD Player is ready! cooll; DVD1.PlayPrevChapter()
*******************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;
hi i cant see the MSDVDClass thing any where in the toolbox
i cant even find Com Components :?
any help?
i cant even find Com Components :?
any help?
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.
If you don't have mswebdvd.dll in your System32 folder then it might not work.
mandai wrote:In COM components there should be one called MSWebDVD 1.0 Type Library.And if you wish to get it click this link: http://www.search-dll.com/download/1274.html
If you don't have mswebdvd.dll in your System32 folder then it might not work.
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?
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.
Agust1337 wrote:Malwarebytes FTW Fyi.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.
Don't have the MSDVD thing...
Not in Toolbox, not in COM Components.
Online have MS TV or something like that.;
Not in Toolbox, not in COM Components.
Online have MS TV or something like that.;
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
9 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023