If I publish two separate C# Windows forms apps to a server, and a user installs both of these apps on their machine, how would I get one app to call the other (possibly with parameters) from a button click?
I don't really understand all this publish and manifest business - the exe doesn't seem to physically exist on the user's pc, so how can I possibly call it with code? I know how to call an exe if I know where it is.... but where is it?
Please help!
Thanks