How to exchange datas between two projects under oan solution?
I get a solution with two different projects,and In one of the two projects I will need to get all control's Text propety of a form,which is containd in the other project.what will I need to do?
For example,I have a solution called solution1,which contains two projects,let's call them project1 and project2.They both contain a form named frmProject1 and frmProject2.Now I will need to get the Text property of frmProject1 's all controls in frmProject2' code editer.I have already add project1 to project2's reference. What's the next I will need to do? Please give me a hand! Thanks.
|