Super Simple MP3 Player
Loading...
14,157
Loading...
Uploader Comments (cbastiao)
see all
All Comments (10)
-
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.
-
@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
-
@cbastiao What is QuartzTypeLib.IMediaPosition? What did you mean? And what did you mean at:
m = Math.Floor(... s = Math.Floor(... ???
Loading...
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 4 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
Hello!! This program is amazing, I have made a similar one... but I have a question: Are the icon yours (like 'play', or 'pause') or where did you find them? I haven't found nothing I like... Can you help me?
IcaroFlightByRain 9 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 9 months ago