I am trying to simulate someone pressing a button on another form in my program.
When data comes in on the serial port I can read it. Based on what the data is, I need the program to act as if the user pressed a button on a given form which is visible, but does not currently have focus.
Any ideas?