Is it possible to send VB objects through sockets or only string is possible?
if possible can somebody tell me how?
Printable View
Is it possible to send VB objects through sockets or only string is possible?
if possible can somebody tell me how?
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.