Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
can i make VB.net DLL,so i can import it and use it within programs that support dll ?
You can make a COM dll, or a .NET dll, depending on who you want to open it. Christian Graus - Microsoft MVP - C++
So when i make .NET dll with vb.net can i use it within my program(that support dll) as vc++ dll ?