Results 1 to 2 of 2

Thread: Two Apps running with cross communication between them

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2008
    Posts
    11,074

    Two Apps running with cross communication between them

    I need a way to run two apps and have them communicate with each other. First App will have control buttons and when pressed must be able to send this to the second App so it will respond to the button clicks from the first App. The second App must be able to send results back to the first App.

    The Apps are running in real-time.

    I don't need the code (although small examples would be nice); just some ideas.


    Anything I post is an example only and is not intended to be the only solution, the total solution nor the final solution to your request nor do I claim that it is. If you find it useful then it is entirely up to you to make whatever changes necessary you feel are adequate for your purposes.

  2. #2
    PowerPoster Zvoni's Avatar
    Join Date
    Sep 2012
    Location
    To the moon and then left
    Posts
    5,263

    Re: Two Apps running with cross communication between them

    Like in the other thread: look up activex-dll/exe. Set a reference in your 1st app to the second app. Clicking on a button in your 1st app calls a public method of your public class in your 2nd app, which processes your requirement and when finished fires its public event, which can be received in your 1st app
    Last edited by Zvoni; Tomorrow at 31:69 PM.
    ----------------------------------------------------------------------------------------

    One System to rule them all, One Code to find them,
    One IDE to bring them all, and to the Framework bind them,
    in the Land of Redmond, where the Windows lie
    ---------------------------------------------------------------------------------
    People call me crazy because i'm jumping out of perfectly fine airplanes.
    ---------------------------------------------------------------------------------
    Code is like a joke: If you have to explain it, it's bad

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width