Results 1 to 2 of 2

Thread: sending data using Winsock Control

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2001
    Location
    India
    Posts
    2

    Question 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?

  2. #2
    sunnyl
    Guest
    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
  •  



Click Here to Expand Forum to Full Width