i am building an application for mobiles (
JAVA) which connects to the PC (SERVER)
the mobile using JAVA SOCKET PROGRAMMING connects properly then sends a
string of data to the SERVER written with VB
it is recieved by the PC but the problem is that but the VB code
is not able to display that string
it shows it as blank
if i send a integer it shows BOXES in the message box
wat can i do i need the CLIENT TO BE in JAVA becoz its on mobile so i cannot use VB