It's kind of hard to explain in words by I'd like to let the user select an option using arrow keys and enter rather than typing in a character/integer.
Example (In-Console):
Option 1
Option 2 < // < is the pointer
Option 3
---
Then you use the arrow keys to move the pointer up and down. I see this in a lot of other programs. Could you explain how I could implement this in a program, or if I need to call a file?
I think is along the lines of what you want. I can not guarantee that the code works, but the concept is similar to something I have seen in the last year. I did a search here on "menu with getasynckeystate" or try a variation of this.