How to write a dll in VB.NET with accpeting parameters from external applications?
Hi, I would like to know how to write a "Console application" in dll form for a patch installer so that I could call it from the installers and find out the installation of a program. I have created a VB.NET class project and checked the COM Interoperation or sort of on project's property, build...