I have a console application in vb.net and I want to do a _kbhit() function.
I assumed that console.in.peek would do the job, but it hangs up untill there
is actually a key to peek at, it doesn't return immediately with a -1 like I
expect.
Is there an equivalent to kbhit() in .Net ?
Can I control the conole's cursor postion and text color?