mouse events and system("cls") problem
-
don't put your question in the title. nobody will read it.
-
ok...
so what can I use as a substitute for system("cls")?
-
-
I don't speak that lenguage so can someone please give me the answer in English?
Thank you all
-
copy the code from the website. it's in C. :p
-
Dieser Thread wurde von Moderator/in estartu aus dem Forum MFC (Visual C++) in das Forum DOS und Win32-Konsole verschoben.
Im Zweifelsfall bitte auch folgende Hinweise beachten:
C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?Dieses Posting wurde automatisch erzeugt.
-
thank you very much!
I succeeded doing so and the system("cls") worked as well!Thanks a lot everybody i'm grateful!!!
-
Hi, i have the same problem. Can you describe your solution?
thanks
-
Als Ergänzung:
How To Performing Clear Screen (CLS) in a Console Application
http://support.microsoft.com/support/kb/articles/q99/2/61.asp
-
Hm ice-man meinte ja, es mit dem system("cls") hinbekommen zu haben...
Die andere Sache mit void cls( HANDLE hConsole )
Damit komme ich nicht klar, was für ein handle soll ich denn übergeben, ich mein soll da ein "this" hin, immerhin ist es bei mir nur eine Consolenanwendung. Ich bin nicht ganz firm mit der Windowsprogrammierung...