Show numbers if a numeric key is pressed

Hi,
Can anyone help me how to develop ah process, where whenever I press keyboard numeric values based upon the key press it should display the number pressed in the keyboard.

we can use INPUT DIALOG BOX ACTIVITY instead of key press, if any how we aree going to use keys as input to trigger a process
–where get the input from user with input dialog box activity and store them to a string variable in the property panel with a variable named str_input
–now use a MESSAGE BOX activity where mention theinput as str_input so that it will disply the key pressed by the user

Cheers @monish06

Where you want to display the keyboard number ?

Just to display in message box.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.