Jan 10, 2003 #1 V vidiware Active member Joined Dec 3, 2002 Messages 39 Load image into pictureboX: How do you do it in vb.net? I have forgot it I have to load from file... buut how... Load image from file
Load image into pictureboX: How do you do it in vb.net? I have forgot it I have to load from file... buut how... Load image from file
Jan 10, 2003 #2 Divil Well-known member Joined Nov 17, 2002 Messages 2,748 Code: PictureBox.Image = New Bitmap("c:\mybitmap.bmp")