Page 1 of 1

VB6 - Media Player

Posted: Thu Jul 22, 2010 4:31 am
by 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"