VB6 - Media Player

All tutorials created in VB6 to be posted in here.
1 post Page 1 of 1
Contributors
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1891
Joined: Wed Dec 16, 2009 9:56 pm

VB6 - Media Player
zachman61
requires Wmp.dll located in the windows directory

custom volume
Requires
Code: Select all
1 textbox
1 commandbutton
code:
Code: Select all
WindowsMediaPlayer1.settings.volume = Text1.Text
Url Box
Requires
Code: Select all
 1 textbox
1 commandbutton
code:
Code: Select all
WindowsMediaPlayer1.Url = text1.text
Hidden controls (WMP)
Requires
Code: Select all
 1 Wmp
code for Form_load
Code: Select all
WindowsMediaPLayer1.Uimode = "none"
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
1 post Page 1 of 1
Return to “VB6 Tutorials”