Jan 10, 2003 #1 V vidiware Freshman 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 D divil Ultimate Contributor Joined Nov 17, 2002 Messages 2,746 Location England Visual Basic: PictureBox.Image = New Bitmap("c:\mybitmap.bmp")