|
-
Apr 10th, 2007, 02:01 PM
#1
Thread Starter
New Member
[RESOLVED] winsock problem
hi,
I have a server application that sends a number of strings to another via winsock.The client then seperates them depending on their identifier at the start of the string and places them to the apropriate textbox
Heres the code:
wschat.SendData ("u1" & Form1.username.Text)
wschat.SendData ("ph" & php.Text)
wschat.SendData ("tu" & k)
The problem is that allstrings arrive together...
For example their form is u1usernamephplayertu3
instead of u1username then phplayer and lastly tu3
Can you please help me?
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
|