Re: Hide Cursor in Console Window
- Posted by euphoric (admin) Jul 09, 2009
- 1141 views
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.