16 Reputation Points
Ranked #1K
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #72.7K
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 I've tried this and cannot make it work and textbox is set as keypress Private Sub Command74_Click() Dim VideoAddr As … | |
Re: 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 Sub |