|
-
Nov 26th, 2001, 01:02 AM
#1
Thread Starter
New Member
sending data using Winsock Control
Is it possible to send VB objects through sockets or only string is possible?
if possible can somebody tell me how?
-
Nov 26th, 2001, 05:24 AM
#2
You might want to try send the values of the properties of the object to the remote end, and have the object created at the remote end and the values received put back in. Otherwise, I don't think it is possible, unless you send the object/usercontrol as a file (OCX) to them, and create a new instance of it there.
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
|