C# using COM to communicate with VB
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a VB application with a button. When I click on that button it must show a windows form application that is made in C#. How could this be done? I've heard something about COM object:
ComSourceInterfaces
And something about making an interface class file...something like:[InterfaceType(ComInterfaceType.InterfaceIsIDispatch)] public interface _InterfaceClient { //Something... }
Is this the correct way? If so, does anyone have an good example? Thanks,