Image Upload picturebox and save into folder windows forms C#

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2024

ความคิดเห็น • 31

  • @cian104
    @cian104 3 ปีที่แล้ว +3

    Amazing tutorial, you helped me add really nice functionality to my 3rd year project. Subscribed!

  •  6 ปีที่แล้ว +2

    I'm Brazilian and thank you for the video. Great teaching

  • @marcossouzajr1711
    @marcossouzajr1711 7 หลายเดือนก่อน

    It´s possible to change the button action after the image is loaded? The same button to upload and to save the image after

  • @anzimk1620
    @anzimk1620 4 ปีที่แล้ว

    Can i save c# as a draft in draft folder like diz

  • @iSunner
    @iSunner 6 ปีที่แล้ว +1

    how if i publish it to other client? is it going to create that folder name in drive E?

    • @amar184
      @amar184 5 ปีที่แล้ว

      No.
      At the time of installation, image folder will be created automatically

    • @wallscomputing528
      @wallscomputing528 5 ปีที่แล้ว +2

      @@amar184 But you supplied an absolute path from your drive E:\\ .... How is that possible??

    • @john_wick_v2gamer361
      @john_wick_v2gamer361 5 ปีที่แล้ว

      @@wallscomputing528 is there an answer to this

    • @huynhthuy7961
      @huynhthuy7961 5 ปีที่แล้ว

      @@john_wick_v2gamer361 File.Copy(txtLink.Text,Path.Combine(Path.GetDirectoryName(Path.GetDirectoryName(System.IO.Directory.GetCurrentDirectory())) + @"image", Path.GetFileName(txtLink.Text)), true);

    • @huynhthuy7961
      @huynhthuy7961 5 ปีที่แล้ว

      @@john_wick_v2gamer361 I create new file with name is image in my project and my code!

  • @ygstan4ever530
    @ygstan4ever530 3 ปีที่แล้ว

    Hello, may I ask how to display the saved images?

  • @BessyLarissaDjedje
    @BessyLarissaDjedje 10 หลายเดือนก่อน

    how to solve the bug when selecting the same image twice

  • @ChillM8beatz
    @ChillM8beatz 5 ปีที่แล้ว

    How would you assign it with new name? I mean I upload random named file, and save it with new name?

  • @houmanpourzare6992
    @houmanpourzare6992 ปีที่แล้ว

    How to keep it when the program gets closed?

  • @keonicshunsur3915
    @keonicshunsur3915 4 ปีที่แล้ว

    Sir How to Store The Qr Code As Image into System That is Generated on Runtime?

  • @cosminionut5521
    @cosminionut5521 4 ปีที่แล้ว

    Can someone tell me, how would I do the same in java? Thank you in advance !

  • @oguzturkyilmaz543
    @oguzturkyilmaz543 3 ปีที่แล้ว

    Thanks my mate...

  • @zerosandones7547
    @zerosandones7547 3 ปีที่แล้ว

    how to do this to a relative file path?

  • @muhammadimran5730
    @muhammadimran5730 5 ปีที่แล้ว

    very helpful thnkx :)

  • @erickbuitrago7555
    @erickbuitrago7555 4 ปีที่แล้ว

    Confirmo, si funciona. Thanks!

  • @deividsa2008
    @deividsa2008 4 ปีที่แล้ว

    thanks man \o/

  • @misbahullah9836
    @misbahullah9836 5 ปีที่แล้ว

    Sir how to rename the image name.

  • @aleksandrabybina309
    @aleksandrabybina309 6 ปีที่แล้ว

    How do you create File.Copy?