I have to identical applications written by me operating on two different machines. I want to send either a complete instance of a form across a TCP/IP network to a peer machine, or at least the class other information necessary to recreate the form on the remote computer. I believe it can be achieved with a TCP/IP client and employing the use of unsafe memory pointers to access the memory space of the form. Surely there are simpler ways to achieve this???Any ideas greatfully accepted.