how to display pictures one by one in visual c# picture box automatically

Sdílet
Vložit
  • čas přidán 23. 11. 2022
  • In this tutorial you will learn
    1. Automatically display pictures one by one in c# picture box.
    2. Show pictures one by one in picturebox of c# winform.
    3. Simplest program to automatically show images in picture box on c# winform.

Komentáře • 6

  • @marcus_durvall
    @marcus_durvall Před 11 měsíci

    great

  • @marcus_durvall
    @marcus_durvall Před 11 měsíci

    congratulations helped me

  • @retroguardian4802
    @retroguardian4802 Před rokem

    I'm making a simple console text based adventure game. I want to convert my console game into a .exe when it is finished. I am having trouble understanding if your method will work for me. Is the program pulling the image from the file path every time it is displayed or does the image get imbedded into the program using the file path? I am curious because my friends who play the game wont have access to my hard drive so the file path won't exist when the image tries to display. Any advice would be great! Hope your having the best day!

    • @nelsondarwinpaktech3954
      @nelsondarwinpaktech3954  Před rokem

      brother......after u have made the exe file of ur game..I dont think every time program needs to take image from windows....Means it is like embedded into the program...

    • @retroguardian4802
      @retroguardian4802 Před rokem

      @@nelsondarwinpaktech3954 Thanks a lot for the help. I got everything working. I am having one issue at the moment though. Visual studio is having a lot of issue switching between the code window and the designer window while I am editing. I save and have to restart to get the designer window working again. It normally happens after I run the program and try to make edits. I have not used visual studio for long. Maybe there is some kind of refresh button I do not know about?