Detecting Keyboard Input in Console Application
-
Hi, I would like to lead execution of my program with keyboard. I need function which will wait for keyboard input and would not spent any processor time. Is it possible to use GetMessage() and message queues (window based aplications) in console application? Tomaz Rotovnik
-
Hi, I would like to lead execution of my program with keyboard. I need function which will wait for keyboard input and would not spent any processor time. Is it possible to use GetMessage() and message queues (window based aplications) in console application? Tomaz Rotovnik
Hello, http://www.codeproject.com/dialog/queue.asp With Regards, R.Selvam
-
Hi, I would like to lead execution of my program with keyboard. I need function which will wait for keyboard input and would not spent any processor time. Is it possible to use GetMessage() and message queues (window based aplications) in console application? Tomaz Rotovnik