cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Invalidate()
Invalidate()
Nov 8, 2008 at 11:45am UTC
komal
(13)
I need to draw a circle every time the mouse button is clicked ... the problem is that the screen refreshes everytime and the circle previously drawn doesn't remain there.
Last edited on
Nov 8, 2008 at 5:08pm UTC
Nov 8, 2008 at 8:05pm UTC
melkiy
(131)
You have to remember all previously drawn circles and draw all them if you want them to remain.
Topic archived. No new replies allowed.