Hello guys, I am new to programming. I've recently started working on vb6. Guys, can you tell me what are .dll files and what is the use of them???

A DLL or Dynamic Link Library is used to hold routines, classes and resources for programs.
They are usually loaded when needed and unloaded when not. The alternative is "static" linking of libraries (like .lib and .obj).

commented: agree +13
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.