VB 2008 Tutorial - Advanced DVD Player
Posted: Tue Dec 08, 2009 7:12 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
*******************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;