I need help in connecting client Java (socket) to server VB.NET (winsocks)!!  
Author Message
MichaelHoang





PostPosted: .NET Framework Networking and Communication, I need help in connecting client Java (socket) to server VB.NET (winsocks)!! Top

Hi guys, i wrote 1 client in Java and 1 server in VB.net. However; i met a problem that i couldnt send data between them. Can u guys help me plz! if can give me some sample code is the best!!

(i can open port in server side to wait for client ! And my client also can connect to the server well! But i couldnt send anything from Java client to my VB server. I tried to use: write (string.getBytes()); writeBytes(string);Printwriter(string); from java!!! in server i read bytes.)



.NET Development7