Added: 1 year ago
From: cbastiao
Views: 15,461
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (10)

Sign In or Sign Up now to post a comment!
  • 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.

  • ...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 What is QuartzTypeLib.IMediaPosition? What did you mean? And what did you mean at:

    m = Math.Floor(... s = Math.Floor(...  ???

  • @cbastiao it is you're own media player codec or you use windows media player codec ?

    

  • @AnairsiWorld

    I use Windows codec.. via QuartzTypeLib

  • @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...

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more