(VB.NET Tutorial) Windows media player with playlist

Поділитися
Вставка
  • Опубліковано 30 жов 2024

КОМЕНТАРІ • 33

  • @Warara11
    @Warara11 5 років тому

    This video helped me finish my work... THANKS

    • @Warara11
      @Warara11 5 років тому

      The only thing I made was connect a Firebird Database to the project to save the playlist chosen by the user, that so, the user can play back the playlist after turn wmp off!

  • @nadilnethwara8686
    @nadilnethwara8686 5 років тому +1

    { lbNama.Items.Add(Form1.opd.SafeFileName)
    lbSumber.Items.Add(Form1.wmp.URL) } THIS CODE IS WRONG AND DISPLAY ERROR IN FORM1.
    IT IS ('Form1' is not declared. It may be inaccessible due to its protection level
    )
    PLEASE HELP ME!!!!

  • @keropiboy
    @keropiboy 10 років тому

    flying steps :) nice choice for the music

  • @lotuskuro
    @lotuskuro 9 років тому

    nice tutorial :D
    btw can you help me with my problem ?
    my first problem is:
    i want my playlist to play next song automatically but i dont know how to do it. can you help me with this?
    my next problems are:
    whenever i try to click next/previous in my custom button on WMP , it wont load the song and just idle. i cant figure out where is the problem with this one.

    • @samuelholmes1228
      @samuelholmes1228 5 років тому

      I think you have to create a for loop to get it to play the next song. I never use the WMP control from the toolbox , I import WMPLib above the form class and then use "Dim WMP As New WMPLib.WindowsMediaPlayer" inside the class, Works great. Then I create My own Player user Interface.

  • @ww2freak7
    @ww2freak7 12 років тому

    I have question. How do I get the videos / audio to transfer over and play on a different computer?

  • @samuelholmes1228
    @samuelholmes1228 5 років тому

    It would be nice to see how to save the playlist to disk to load later, even make multiple playlist to load when you want and save a list of playlist to load when you want.

  • @CarlFritz24
    @CarlFritz24 10 років тому +1

    Man... it's perfect !
    Good job.
    Thank you.

  • @KamioKrkmo
    @KamioKrkmo 11 років тому

    I know it's wrong, that's the problem. I need to search, from the Form 2, all files I'm going to put into the playlist, because the Open button is in the second form (the request for the program is that the Open button be in the second form, not in the Form 1). Thanks for helping.

  • @ITNeTsia
    @ITNeTsia  11 років тому

    if that so, your code are wrong because you have wmp and ofd in form 1 and not in form 2.
    so if you want to play wmp in form 1. make sure the code is form1.wmp.URL
    it means you want wmp in form 1 to play

  • @nurafidayusoff6367
    @nurafidayusoff6367 11 років тому

    how to save the playlist? so that does not need to reopen.. please reply..

  • @samuelholmes1228
    @samuelholmes1228 5 років тому

    I find that I can Open a playlist file like .wpl or .m3u and play it just fine in the Windows Media Player, but how to create those files is a differant story.

  • @jwankaefe3848
    @jwankaefe3848 2 роки тому

    Thanks 😊

  • @KamioKrkmo
    @KamioKrkmo 11 років тому

    If I have the Open button in the Form 2, how could I show the folder where I input the files from? It doesn't work with: " If ofd.ShowDialog = Windows.Forms.DialogResult.OK Then
    wmp.URL = ofd.FileName
    End If "

  • @skyscreeniptv2572
    @skyscreeniptv2572 7 років тому

    Pleaseeeee, can you tell me how to put repeat button on this form? Thankyou! :-)

  • @JamJamJamJamJam
    @JamJamJamJamJam 10 років тому

    Second song is awesome!

  • @ricorendico9541
    @ricorendico9541 9 років тому +1

    itu perekam layarnya pakai apa gan, bisa ngezoom otomatis gitu?
    what kind of screen recorder you use it? it can zoomming automatically like that?

  • @nicox666ful
    @nicox666ful 11 років тому

    VERY NICE!!!!

  • @LilyBloomVee
    @LilyBloomVee 9 років тому

    Less If, more Select Case.
    Nice tutorial anyways.

  • @m1keshatter
    @m1keshatter 6 років тому

    what does nama and sumber mean?

  • @ITNeTsia
    @ITNeTsia  11 років тому

    sorry, i dont know it yet :)
    this is about 1 year ago and im in web programming since that day :)

  • @anshulayushya
    @anshulayushya 9 років тому

    thank u very much.

  • @ahmetyldz3411
    @ahmetyldz3411 8 років тому +1

    where is the next song's event

    • @Fusionultra2000
      @Fusionultra2000 7 років тому

      This code should move down to the next song after the existing one has played.
      Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
      If AxWindowsMediaPlayer1.playState = WMPLib.WMPPlayState.wmppsStopped Then
      listbox1.selectedindex = listbox1.selectedindex + 1
      End If
      End Sub

  • @Hugoxl99
    @Hugoxl99 11 років тому

    It's a bit complicated. Normally you could do save it with my.mysettings but you can't with listboxes.

  • @mmenergy2170
    @mmenergy2170 8 років тому +1

    That sucks, vs 2015 for windows 10 does not support that component :(

    • @samuelholmes1228
      @samuelholmes1228 5 років тому

      You have to add a reference to the wmp.dll file in the system32 folder

  • @MakoVlg
    @MakoVlg 4 роки тому

  • @assmaggiolina2119
    @assmaggiolina2119 3 роки тому

    E il link per farmelo scaricare il windows media player tuo tuo

  • @timesoon4367
    @timesoon4367 9 років тому

    thanx bro :)

  • @allenashby9656
    @allenashby9656 Місяць тому

    Slow Down. It's hard to follow