visual c# 2010 communicating between two projects

Posted by cake is a joke on Stack Overflow See other posts from Stack Overflow or by cake is a joke
Published on 2012-06-15T05:42:21Z Indexed on 2012/06/15 15:16 UTC
Read the original article Hit count: 114

I am trying to create a windows form project, and use speech recognition for the Kinect with the Kinect to Windows SDK. I have

  • the form application project (p1) and
  • the Kinect speech project (p2) which is a command prompt.

I made it a command prompt because it was the easiest way to do things. Anyway, I have read and found two things about this.

1)I found out how to run two projects at the same time in the same solution.

2) I also found out how to add references to get classes from each project to the other.

So, how would I get variables from each project? Just by using project references, or something? P2 can recognize speech and save it to variables, if that counts for anything.

© Stack Overflow or respective owner

Related posts about c#

Related posts about variables