[Mono-list] Combining Mono and VB6 Code

Tom Opgenorth opgenorth at gmail.com
Wed Apr 22 12:13:14 EDT 2009


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 <elmar at haneke.de> 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  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>



-- 
http://www.opgenorth.net


More information about the Mono-list mailing list