esposito
Centurion
Hello, everybody. I have been studying the syntax of VB.NET not for a long time and I'm trying to convert into this new language the most important functions I used to implement in VB6.
Can anybody tell me the equivalent of the VB6 "SendKeys" statement under VB.NET? In other words, do you know how to simulate the pressure of the keyboard keys?
An example in VB6 could be
If KeyAscii = 13 Then SendKeys "{Tab}"
Do you know how to "translate" the statement above into VB.NET?
Thanks in advance for your help.
Can anybody tell me the equivalent of the VB6 "SendKeys" statement under VB.NET? In other words, do you know how to simulate the pressure of the keyboard keys?
An example in VB6 could be
If KeyAscii = 13 Then SendKeys "{Tab}"
Do you know how to "translate" the statement above into VB.NET?
Thanks in advance for your help.