Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. peachpi

    how to pass user-define data types or classes across two process

    Hi arunag. You can do it,but it's not recommended that you pass class object directly between different process,especially in network, because it's very slow. Just as Polu says, you can disconstruct the class object into a string - send it - rebuild object from string. Best Regards. Mac Wang.

Part and Inventory Search

Back
Top