kodlar burada var hocam.. ekleyemezsen tekrar yazrsın foruma yardımcı olmaya çalışayım

Alıntı
You can easily do it with a Panel Control

Insert a panel to your form, say panel1 and set

panel1.AutoScroll = true;

insert a PictureBox to the Panel, say picture and set

picture.SizeMode = PictureBoxSizeMode.AutoSize;
and set the Image

picture.Image = bmp;
hope this helps
kaynak: http://stackoverflow.com/a/4710193/1022138

@zinan, söylediklerinle verdğin linktekiler farklı hocam