Re: Hide Cursor in Console Window
- Posted by jacques_desch Jul 09, 2009
- 1160 views
euphoric said...
Using
clear_screen() ShowConsoleCursor(GetStdHandle(STD_OUTPUT_HANDLE),0)
seems to make it work as well, so long as something is done to the screen prior to calling the cursor function.
It is because you are using euiw, which is for windows applications, no console is create until you write something to the console.
I'm using exwc which create a console at startup.
Jacques