|
-
Dec 7th, 2005, 02:20 PM
#1
Thread Starter
New Member
WinSock GetData method...
i m using Winsock control in my client server application using Visual Basic6.
i m sending more than one data fields from the client machine to the server.
e.g i've two text boxes i send the values of the two text boxes to the server but on the server machine, i've a code for DataArrival which gives me the combined data(values of both text boxes at once) following is the code from client
text1.text = 'hi'
socket.senddata text1.text vbString
text2.text = 'vb'
socket.senddata text2.text vbString
following is the code from server
socket1(index).getdata strData vbString
it shows me the combined value of the both text boxes at onec like "hi vb"
i want these two values seperatly.
it's urgent, anyone knows about it. resolve this for me
ROAMER
Last edited by ROAMER; Dec 8th, 2005 at 03:26 AM.
Reason: Solved
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
|