Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,

I have 2 Windows Applications in my Visual Studio Solution.

1.Using C#
2.Using VB.Net
My problem is can I open a form in 2. using 1. and vice versa? Also I want to pass variable values between those 2 projects. Will I able to do that also?

Thanks,

Chiranthaka
Posted

1 solution

Hi,

You can use IPC (Inter-Process Communication)

Nice article : Inter-Process Communication between C# and C++ using named pipes[^]

Or you can use .Net Remoting : .NET Remoting with an easy example[^]

Or

DotNetMQ: A Complete Message Queue System for .NET[^]
 
Share this answer
 
v2
Comments
Chiranthaka Sampath 4-Jul-14 12:27pm    
Pal I think the solution has provided is not relevant to the question that I have raised?
Suvabrata Roy 9-Jul-14 0:14am    
Yes That is related to I have mentioned all the way to communicate between process
Chiranthaka Sampath 9-Jul-14 3:07am    
Other than that is there a way, a .Net way to do that? Like calling a form in another project or something like that?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900