Search and Display Media file info in C# Visual Studio By Rohit Programming Zone

Поделиться
HTML-код
  • Опубликовано: 8 ноя 2024

Комментарии • 12

  • @alioubadara9992
    @alioubadara9992 3 года назад +1

    Thank you, it helps me very well! You're one of the best youtubers in c# programming language

  • @vickyromyata1450
    @vickyromyata1450 3 года назад

    Thank you so much 🙏😊 always support you Rohit

  • @jachuuthefish4562
    @jachuuthefish4562 Год назад

    great tutorial!!! very helpfull

  • @tejaschandivakar7430
    @tejaschandivakar7430 3 года назад

    Friend, please make video on full image editor. Thank you.

  • @AshishKumar-zt5pt
    @AshishKumar-zt5pt 3 года назад

    Sir agar mai Bunifu UI framework ka 14 day free trial use krke design banta hu to kya trial khtm hone ke baad project nhi chlega kya

  • @AshishKumar-zt5pt
    @AshishKumar-zt5pt 3 года назад

    Hello visual studio me Nuget package me bhut se progreesbar diye hue hai but sir unko install krne ke baad use kase krna hai ye bta digiye please
    Unko install krne ke baad toolbox me kaise add krna hai

  • @plak1n442
    @plak1n442 Год назад

    I dont have WIndow Media Player component what to do?

    • @rohitprogrammer
      @rohitprogrammer  Год назад

      Add AxWindowsMediaPlayer Component
      To add the AxWindowsMediaPlayer component to a C# project, you need to follow these steps:
      Open your C# project in Visual Studio.
      Right-click on the Toolbox panel (usually located on the left side of the Visual Studio window) and select "Choose Items" from the context menu. This will open the "Choose Toolbox Items" window.
      In the "Choose Toolbox Items" window, navigate to the ".NET Framework Components" tab.
      Click the "Browse..." button and locate the AxInterop.WMPLib.dll file on your system. The file is usually found in the Windows Media Player installation folder (typically located in C:\Windows\System32\). Select the file and click "Open".
      After selecting the AxInterop.WMPLib.dll file, you should see the "Windows Media Player" control listed in the "Choose Toolbox Items" window. Make sure it is checked and click "OK".
      The AxWindowsMediaPlayer control should now appear in the Toolbox panel.
      To add the control to your form, simply drag and drop it from the Toolbox onto your Windows Forms designer.
      Once you have added the AxWindowsMediaPlayer control to your form, you can customize its properties and handle events programmatically to control the playback of media files.
      Note: Make sure you have the appropriate version of Windows Media Player installed on your system. The AxWindowsMediaPlayer control relies on Windows Media Player to function correctly.

  • @edwinvega1986
    @edwinvega1986 Год назад

    play m4a?

  • @airworldpremium4472
    @airworldpremium4472 2 года назад

    I have issus too much song

  • @airworldpremium4472
    @airworldpremium4472 2 года назад

    Hey no need file. when click but just crashed. missing the windows pop out error. ur need window error "NO SONG FILE"
    -------------------------------------------------------------------------------------------------------------------------------------------------------
    private void btn_play_Click(object sender, EventArgs e)
    {
    Media.URL = paths[recent_list.SelectedIndex];
    Media.Ctlcontrols.play();
    }