Okay...scratch what I had... figured out what I need to do... next question:
Im using AppDomain to start a second program that retrieves information. I use the SetData and GetData members in the two programs to exchange information between the two... works great... but is this the best method for exchanging information between to applications?
Also I need it to actually start in a second process... any ideas?
Im using AppDomain to start a second program that retrieves information. I use the SetData and GetData members in the two programs to exchange information between the two... works great... but is this the best method for exchanging information between to applications?
Also I need it to actually start in a second process... any ideas?
Last edited by a moderator: