I am having a VB application, which accepts a data string from a device connected via ethernet. Once the data comes from this device to this VB application, I need to move this data to keyboard buffer, for treatment of this data by another application. To be more specific, when I run this VB application in the background, there will be another application running on the PC, which is expecting an input. And, this input has to come from the VB application running in the background as a data into keyboard buffer.
Thanks in advance.
Thanks in advance.