Re: [Live-devel] .NET Integration

2008-11-04 Thread Matt Schuckmann
Probably your best bet is to create a managed to unmanaged C++ interop library that exposes the functionality that you need in managed classes.Your VB.NET application will then be able to import and use your managed interfaces. This is the way I have approached it. Matt S. Jack A Short wrot

[Live-devel] .NET Integration

2008-11-04 Thread Jack A Short
Hi Mailing List, I am trying to find away of adding a video streaming into our VB.NET application. I was wondering if it was possible to use the livemedia libraries in conjunction with our VB.NET interface, so that we can integrate a video streaming application into our application. Any help w