Useless video mates. The guy just shows his and doesn't help on creating a media player. You can make a simple media player and look around youtube and add to it and make it awesome. You don't need someone who just shows his and nothing else.
Can you tell me the code for the trackbar on the top that shows how long is the song and where you can go to the end of the song? I mean you used it at 0:30 ??? Please help! I'll subscribe to you.
... actual = tbarTime.Value myshowTime(actual) Posicao.CurrentPosition = actual
End Sub
Private Sub myshowTime(ByVal actual As Integer) Dim h, m, s As Integer Dim hs, ms, ss As String h = Math.Floor(actual / 3600) m = Math.Floor(... s = Math.Floor(... If h < 10 Then hs = "0" + h.ToString Else hs = h If m < 10 Then ... If s < 10 Then ... lbTime.Text = hs + ":" + ms + ":" + ss
@cbastiao ok i made my own codec i dont say im a pro but i just wanted know if or the windows codec but it ok it a good start to use windows codec like i do before
@IcaroFlightByRain You can do the print screen of my application ... Then you can cut and use it in your application or make it with a graphic software...
Useless video mates. The guy just shows his and doesn't help on creating a media player. You can make a simple media player and look around youtube and add to it and make it awesome. You don't need someone who just shows his and nothing else.
madman007ist 2 months ago
Can you tell me the code for the trackbar on the top that shows how long is the song and where you can go to the end of the song? I mean you used it at 0:30 ??? Please help! I'll subscribe to you.
YouDucks32 5 months ago
...Posicao As QuartzTypeLib.IMediaPosition
Sub tbarTime_Scroll(...
... actual = tbarTime.Value myshowTime(actual) Posicao.CurrentPosition = actual
End Sub
Private Sub myshowTime(ByVal actual As Integer) Dim h, m, s As Integer Dim hs, ms, ss As String h = Math.Floor(actual / 3600) m = Math.Floor(... s = Math.Floor(... If h < 10 Then hs = "0" + h.ToString Else hs = h If m < 10 Then ... If s < 10 Then ... lbTime.Text = hs + ":" + ms + ":" + ss
End Sub
cbastiao 5 months ago
@cbastiao What is QuartzTypeLib.IMediaPosition? What did you mean? And what did you mean at:
m = Math.Floor(... s = Math.Floor(... ???
YouDucks32 5 months ago
@cbastiao it is you're own media player codec or you use windows media player codec ?
AnairsiWorld 2 months ago
@AnairsiWorld
I use Windows codec.. via QuartzTypeLib
cbastiao 2 months ago
@cbastiao ok i made my own codec i dont say im a pro but i just wanted know if or the windows codec but it ok it a good start to use windows codec like i do before
AnairsiWorld 2 months ago
@IcaroFlightByRain You can do the print screen of my application ... Then you can cut and use it in your application or make it with a graphic software...
cbastiao 10 months ago