I have made a small server and client application connected via named pipe. I am able to communicate between them in console application. Now i want that data to be displayed in text box on form.
I am not able to display, once i assign the data it gets assigned but text box is not showing the new up dated value.
Can any one help me to resolve this ?