-
Created vb6 windowsmedia player
I am trying to code a vb6 project and have been trying to add youtube to show in windowsmedia player. I found this code but does not seen to work … -
Began Watching vb6 windowsmedia player
I am trying to code a vb6 project and have been trying to add youtube to show in windowsmedia player. I found this code but does not seen to work … -
Replied To a Post in YouTube in VB6
I've tried this and cannot make it work and textbox is set as keypress Private Sub Command74_Click() Dim VideoAddr As String VideoAddr = Replace(URLAddr.Text, "/watch?v=", "/v/") WindowsMediaPlayer1.URL = VideoAddr End … -
Began Watching YouTube in VB6
Hi All I am creating a Visual Basic program for a Movie datbase, but i want to be able to play a youtube video Via the media player option. I …
The End.