Results 1 to 4 of 4

Thread: Is object transfer possible?

  1. #1

    Thread Starter
    Addicted Member samkud's Avatar
    Join Date
    Oct 2001
    Location
    India
    Posts
    171

    Is object transfer possible?

    Hi Guys,

    Sam is in trouble and expecting ur help. Please can anyone help me?

    My problem is - I want to create a client and server application. At the client side I want to create an object of my component and send that object to the server as a parameter or by any other means. First of all, I want to know is it possible at first place. And if possible how can I achieve that. My client and server are on separate machine.

    Please if someone can help me out, I will be thankful to him/her.

    Regards,

    SAM.

  2. #2
    Frenzied Member MerrionComputin's Avatar
    Join Date
    Apr 2001
    Location
    Dublin, Ireland
    Posts
    1,616
    Your object will need to have a serialize and Deserialize method which write it to/read it from a bit stream. This can then be written to a shared file, transfered useing TCP/IP or whatever you choose...
    ----8<---------------------------------------
    NEW - The .NET printer queue monitor component
    ----8<---------------------------------------
    Now with Examples of use

  3. #3
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    I personally just jam the objects into a file, compress the file using zlib, and fire that off with winsock.
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  4. #4

    Thread Starter
    Addicted Member samkud's Avatar
    Join Date
    Oct 2001
    Location
    India
    Posts
    171

    Thanx for ur replies

    Thanx

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