• 02-02-2010, 22:46:09
    #1
    Arkadaşlar Daha önce Forma eklediğim resmi Butona tıklayarak değiştirmek için nasıl bir kod gerekir yada mantığını bilen var mıı ???
  • 02-02-2010, 23:43:56
    #2
    var.

    openfiledialog
    openfiledialog.filter

    eğer openfiledialog.showdialog tan dönen cevap olumlu ise, picturebox1.image'e o resmi atarsın. şu an string mi byte üzerinden mi hatırlamıyorum.
  • 04-02-2010, 00:49:59
    #3
    istediğin eventa

    resmi göstereceğin component in picturebox olduğunu var sayıyorum.

    PictureBox1.ImageLocation = "c:\\resim.jpg";
  • 04-02-2010, 15:21:02
    #4
    Süpersin Kardeşşş


    pictureBox1.ImageLocation = @"D:\1.jpg";