Hello!
Im new to C#, and im a beginner in programmering. I have Created a simple windows forms application with Visiual studio. And i have tried the Simple client server application provided by the .Net Network Library.
What I want to do is: When My server recives a message from the client, depending on the message it should call function from my forms application (i.e load a picture in pictureBox1).
My application is working and the Server client application is working. How do i connect them together.