Client - Server application using sockets?
-
Hi, I want to build one MFC dll which will act as a server using socket or any other concepts... And then want to build one windows application using c# which will act as a client. If i click a button from the c# application, one of the server function want to invoke!.. Is it possible? If anybody know, please guide me... Thanx in advance Surez
-
Hi, I want to build one MFC dll which will act as a server using socket or any other concepts... And then want to build one windows application using c# which will act as a client. If i click a button from the c# application, one of the server function want to invoke!.. Is it possible? If anybody know, please guide me... Thanx in advance Surez
-
sorry! i'm having MFC dll, which act as a server by the way of socket concept. Could i communicate that server from my c# application?
-
sorry! i'm having MFC dll, which act as a server by the way of socket concept. Could i communicate that server from my c# application?
-
ok thank you
-
Hi, I want to build one MFC dll which will act as a server using socket or any other concepts... And then want to build one windows application using c# which will act as a client. If i click a button from the c# application, one of the server function want to invoke!.. Is it possible? If anybody know, please guide me... Thanx in advance Surez
Hi, yes it is possible to communicate with C# via sockets. Have a look at this article (scroll down to the middle to find the interesting socket part. A Simple Crawler Using C# Sockets[^] More interesting than the server is using sockets is the protocol the server speaks. So what command do you have to send to let the server do this or that. Keep that in mind while programming. Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.