|
-
Jul 13th, 2005, 08:42 PM
#1
Thread Starter
Member
need help!
hi,
i am trying to send text word using vb. net to java but the text word cannot send through. what should i do? below is the code that giving me the error
Dim msg As String = Txtinput.Text
Dim data As Byte() = System.Text.Encoding.ASCII.GetBytes(msg)
client.Send(data)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|