|
-
Apr 22nd, 2003, 02:50 AM
#1
Thread Starter
Addicted Member
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.
-
Apr 22nd, 2003, 03:18 AM
#2
Frenzied Member
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...
-
Apr 22nd, 2003, 04:18 AM
#3
Retired VBF Adm1nistrator
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]
-
Apr 22nd, 2003, 05:27 AM
#4
Thread Starter
Addicted Member
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
|