Posts Tagged ‘Vb Program’

What Do you mean by “DLL-HELL” ? And How To Register a DLL created in VB to use it in another VB program ?

Friday, November 28th, 2008
Dll Hell


I had developed a DLL project in VB for basic calculator functionality and wanna implement a graphical interface for same in other VB project which can call functions from this DLL. I used Project->References method but it is not working out for me. Help !!!