I did, and it provided nothing in C# to clear the screen. The first example
of system("cls") does nothing (won't even compile), and the second example
includes references to a whole slew of functions that doesn't exist in C#...
I did, and it provided nothing in C# to clear the screen. The first
example of system("cls") does nothing (won't even compile), and the second
example includes references to a whole slew of functions that doesn't
exist in C#...
Which is quite normal as the samples are C code not C#. Anyway they might
give you some ideas what you could do when calling these API's using
PInvoke.
I did, and it provided nothing in C# to clear the screen. The first example
of system("cls") does nothing (won't even compile), and the second example
includes references to a whole slew of functions that doesn't exist in C#...
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.