0

I have two C# application and I want interactive them by calling one program giveMeDataArray(xIndex,yIndex) and then second program send response to first program by sending an array to it please help me on this issue.... thnx

EDIT: I have a program that generate numbers and a program show that. when user scroll in presentation program, that request for data. this data provided by second program and type of data is array i just want have this array in first application

5
  • Just clarifying, you have two applications and you want to have an array of data shared between both? Or you have two applications that you want to interact with, with one main program? Commented Sep 26, 2011 at 20:57
  • stackoverflow.com/questions/50153/… Commented Sep 26, 2011 at 20:58
  • 2
    We expect something more specific, you didn't ask anything. What you want know? How to do? Your code base? Give us some input, please Commented Sep 26, 2011 at 20:59
  • 1
    You need an interprocess communication mechanism. A socket, named pipe or WCF. Commented Sep 26, 2011 at 21:09
  • I would suggest showing some code that you have tried. If you can't demonstrate that you have made an attempt at solving the problem, you are not going to get much help. Commented Sep 26, 2011 at 21:12

1 Answer 1

1

You should reference one app to another with dll.if you don't know how to add dll you can visit Adding a dll file to a C# project

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.