I am developing two windows apps, sender and receiver, in C#. In the sender, I want to have a text box for keying in the string message, and button "send".
On the other hand, I want to have a windows app receiver, receiving the string message in a textbox.
I couldn't find any step-by-step tutorial specifically on app to app, although have found quite feel on app to notepad... I have no idea how to convert those to-notepad code to to-window-app-textbox one.....
Here is what I found about app to notepad:
http://www.codingvision.net/miscellaneous/c-send-text-to-notepad