TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jacob R
NA
38
0
Need Help: Saving an image without using picturebox.image.save()
Jan 28 2010 3:31 PM
I want to be able to save images from a web page after it is loaded into a WebBrowser object. I can loop through the images on the web page, put each image in a picturebox and then use picturebox.image.save to save it. The problem is when my application is minimized or behind other windows, the picturebox doesn't redraw even with using Application.DoEvents() so I get an object refrence null error. What I want to know is if there is a way to put those images into memory and then save them from there without the use of a picturebox.
Reply
Answers (
6
)
Quick Questions, please help!
Enums in COM-enabled DLL