Hi,
If i enable and display a Form in my application i will get the events like
form_keydown() , form_keypressed ().
But here the form willl not be activated, even it will not be visible but the application will be running in background. But i should get trigggered when each key is pressed.
Means when the user press any key it should be triggered in my program.
For this requirement which API i will make use of???
Thanking you,
Prileep M
If i enable and display a Form in my application i will get the events like
form_keydown() , form_keypressed ().
But here the form willl not be activated, even it will not be visible but the application will be running in background. But i should get trigggered when each key is pressed.
Means when the user press any key it should be triggered in my program.
For this requirement which API i will make use of???
Thanking you,
Prileep M
Comment