manuelogando
IS-IT--Management
Does anybody knows how does the Waitforkeys method works?
I'm developing an application in VB that interacts with an Extra 3270 emulation.
I needed to wait any key in the Extra 3270 emulation to be pressed. But when the key is pressed I need to know which was the key that the user pressed.
If think the right way to do it is writting the sentence:
keypressed=Screen.WaitForKeys(-1,""
When I execute this sentence the result is that it detects when any key is pressed but the variable "keypressed" is empty.
Does anybody know if there's any way to make what I need?
Thanks.
I'm developing an application in VB that interacts with an Extra 3270 emulation.
I needed to wait any key in the Extra 3270 emulation to be pressed. But when the key is pressed I need to know which was the key that the user pressed.
If think the right way to do it is writting the sentence:
keypressed=Screen.WaitForKeys(-1,""
When I execute this sentence the result is that it detects when any key is pressed but the variable "keypressed" is empty.
Does anybody know if there's any way to make what I need?
Thanks.