Hi! My answers below each one: 1) first thing is it possible to do it as i m new in this .net programming.
Yes. 2) if yes then how can i do it?? Build DLL out of your projects. 3) and while making such application in VB and linking up in C# what should be kept in mind if anything is there. If ever you would need to link up a vb.net dll to a C# app, be mindful that you need to define the owner for your vb.net dll. DLL files can have a visual control within it (e.g. a Form). I suggest you do a research on this. I myself have gone into this kind of "integration" myself, but in *reverse*: C# DLLs gets integrated into a VB.net main application. Happy coding. Benj On Aug 25, 1:50 am, aditya chavan <[email protected]> wrote: > 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
