using c# socket programming.
For the program on computer A, i would probably need to create a windows form, to allow me to trigger computer B software to run by clicking.
How do i implement the async socket into window form? How can i start the connection of both computer, what do i need to do, t get computer A able to command computer B software to run, and all the data collected from the software to be stored in computer A windows form application.
Thanks.