I currently have a gui app I programmed with visual c++ .net version. Is there any way I can read any character from the keyboard as soon as any key is pressed while the application is running? My intention is that as soon as a specific key is pressed, the app is suppose to take the appropriate action. All the functions work, so all I would have to do is call the function as soon as a key is pressed from the keyboard? I am not asking the user for an input, it's just if the user does hit a keyboard key it will take the key as an input and call the function.
Thanks in advance.