Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I found this very useful program that was written for a Console application:

Introduction to TCP client server in C#

I ran it and it works but what I want is to do the equivalent with WPF.

Could somebody help please?
Posted
Comments
[no name] 11-Jul-12 7:43am    
So take that code and put it into a WPF application. What kind of help are you looking for?
petite_paola 11-Jul-12 9:00am    
Sorry but I'm not a programmer, I evidently tried that but had some troubles when doing so, therefore I tried asking here. I got it to work now.

1 solution

Communication between two programs will work irrespective of the UI technology used, one could be a console app (usually the server when testing) and the other can be any technology (WiForms, WPF, WEB etc.).

For an object orientated TCP library take a look at my article WCF Killer[^]
 
Share this answer
 
Comments
Prasad_Kulkarni 11-Jul-12 9:01am    
+5 for reference.
Mehdi Gholam 11-Jul-12 9:07am    
Thanks Prasad!
darshan_ur 11-Jul-12 10:56am    
i agree with prasad. thx Mehdi.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900