|
-
Mar 30th, 2004, 08:51 PM
#1
Thread Starter
New Member
Saving an Image in vb.net
Hi,
I'm trying to save an image from a picturebox which contains a live webcam feed using the following line in a button,
pictureBox1.image.Save("data.jpg", System.Drawing.Imaging.ImageFormat.Jpeg)
but when I run this, I keep getting an error saying "Object reference not set to an instance of an object"..how can I can fix this problem??
Thx,
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|