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
mansoor altaf
NA
68
0
Help needed in picture box.
Jul 28 2011 5:19 AM
hello.
when i load picture in picture box its fine, but when i load another picture the previous one remains there, and it seems
that images overlapping each other after the second image and so on.....
i have googled and also used ,
if (picbox1.Image != null)
{
picbox1.Refresh();
picbox1.Image.Dispose();
picbox1.Image = null;
this.Invalidate();
this.Update();
}
but it is still not working .
please solve the problem.
thx in advance
Reply
Answers (
2
)
Get value from combobox
Binding combobox to an enum that contains string descriptor attributes