Console Mode Class
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Has anyone out there developed an enhanced console class for VB.Net What I am specifically needing is a ClearScreen and the ability to cut and paste to the clipboard from inside a console mode app. I also would like a method to put shutdown code in when the user closes the console mode app from the upper right hand X. In the good old days console mode apps automatically made use of ANSI.SYS escape sequence. Can VB.Net console class be enable to use these sequences I have read that the console mode class was made such that you can not derive a new class from it and add additional methods.