-
TeraTerm Window
I have an application here that uses TeraTerm to interface with our MRP system . What I would like to do is create a VB keyboard that when the user clicks a button, it sends the command to the TeraTerm window. Has anyone tried doing something like this before ? The old style recorder in Windows works and runs the shortcuts, so I believe it can be done, but I'm not sure about what's the best way to proceed.
Chris
-
Re: TeraTerm Window
You can use SendKeys to send any key to an application.
-
Re: TeraTerm Window
How do I set the focus to the TeraTerm Window ? Whould you have an example ?
Chris