How to make C# (client) and VB6(server) send string to each other on a network
-
i'm developing a PDA module on C# and i have to communicate with the server which is running on VB6 (Winsock). i'm confused...can some one help me on how to overcome this problem. thanks Life has its ups and downs, so does programming....
-
i'm developing a PDA module on C# and i have to communicate with the server which is running on VB6 (Winsock). i'm confused...can some one help me on how to overcome this problem. thanks Life has its ups and downs, so does programming....
damasta2k wrote: i'm confused...can some one help me on how to overcome this problem. There is a lot of information available on socket-based programming both in terms of documentation and articles. The Code Project has many articles here, check these[^] for starters, also MSDN has documentation regarding the
Socket
class here[^]. - Nick Parker
My Blog | My Articles