|
-
May 19th, 2002, 04:32 PM
#1
Thread Starter
Fanatic Member
Sending a string over with winsock
how do i send a string to another computer with winsock? I'm making a chat program i reeealy need this code! thanx in advance
-
May 19th, 2002, 04:34 PM
#2
PowerPoster
-
May 19th, 2002, 04:41 PM
#3
Thread Starter
Fanatic Member
The problem is when I do:
Winsock.Sendata "Blah"
and receive the data, and try to display it in a text box, it becomes blank. why?
-
May 19th, 2002, 04:44 PM
#4
PowerPoster
How are you receiving the data? Are you connecting first? Do you get any errors?
-
May 19th, 2002, 05:22 PM
#5
VB Code:
Dim sIncoming as string
Winsock1.GetData sIncoming
MsgBox sIncoming
-
May 19th, 2002, 06:12 PM
#6
PowerPoster
Do you have that in the DataArrival event?
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
|