|
-
Jul 30th, 2012, 10:32 AM
#1
Thread Starter
New Member
Help w/ Winsock
Hi! i need help in using winsock. I want to send the text of textbox1.text from 1PC to another using winsock connection.
heres the code that im trying to use (im not sure if it is correct or not. lol)
PC1:
lets say
textbox1.text = "dog"
send_click()
winsock1.sendata "animal"
PC2: (lets say i want to store the received value of PC1's textbox1.text to PC2's textbox2.text)
winsock_dataarrival()
???????????
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
|