COM is one thing you might want to look at. With COM Interop you can have your VB6 app use your .NET code. You can also write ActiveX controls in .NET, and use those in your VB6 app.
On Wed, Apr 22, 2009 at 09:27, Elmar Haneke <[email protected]> wrote: > Hi, > > I'm going to combine existing Visual-Basic 6 code with new mono based > code which should in the long term replace VB6 code. > > Can you give me some suggestions how communication between both parts > nan be done? Both parts have to be able to react on open windows at the > same time, this reaction can consist in triggering some action in the > other part of code. > > Elmar > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > -- http://www.opgenorth.net _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
