cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
system("cls") in windows forms
system("cls") in windows forms
Nov 15, 2012 at 8:00am UTC
andrewsaad
(6)
Hi
i want a function like system("cls") for windows forms
Thanks for your help
Nov 15, 2012 at 2:09pm UTC
webJose
(2948)
Why? A form is not comprised of text so such thing as "clear screen" doesn't even apply. What are you trying to accomplish?
Nov 16, 2012 at 1:01am UTC
andrewsaad
(6)
I am trying to do a moving thing on the form so my idea was to draw it once ,then clear the screen and then try draw it again etc
Nov 16, 2012 at 7:03am UTC
webJose
(2948)
Ok, so you need to learn GDI+, which is the drawing mechanism in Windows Forms. Don't ask for a summary, though. It is not something that can be explained in a forum reply. It is a long topic that you need to carefully study.
Nov 16, 2012 at 8:27am UTC
andrewsaad
(6)
Thank you
Topic archived. No new replies allowed.