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
VNT
NA
8
0
Paint Event
Sep 5 2005 9:39 PM
Hi all, I have a function DisplayIt() to draw something and use the Paint event or DisplayPanel_Paint() to call and display it. However my Display() function is called at least 2 or more times. - Why is that? and how do i prevent it? private void DisplayPanel_Paint(object sender, System.Windows.Forms.PaintEventArgs e) { DisplayIt(); } Many thanks Trevor
Reply
Answers (
1
)
GRAPHICS IN C# and ASP.net
tetris