you can link VB.net module to C# application.. by creating dll of vb.net module.. and then add it as a reference to your C# application..
hope this help.. Regards On Wed, Aug 26, 2009 at 12:03 AM, aditya chavan<[email protected]> wrote: > Thank you ..!! > > On Tue, Aug 25, 2009 at 12:38 PM, Processor Devil > <[email protected]> wrote: >> >> well, compile your VB.NET application as DLL library and then you can use >> its classes in C# as well >> >> 2009/8/24 aditya chavan <[email protected]> >>> >>> Hello..!! >>> Can anyone help me in knowing how can i connect a VB >>> madeĀ applicationĀ using .net platform in C# application.??? >>> Actually one module is made totally using VB.net and i need to put up & >>> link it to a one of tab in C# aaplication. >>> 1) first thing is it possible to do it as i m new in this .net >>> programming. >>> 2) if yes then how can i do it?? >>> 3) and while making such application in VB and linking up in C# what >>> should be kept in mind if anything is there. >>> please reply to this post asap..!! >>> Thank you.!! >>> Aditya Chavan > >
