Chilkat ActiveX Object Creation in VB6 (Visual Basic 6.0)
Most ActiveX objects, including Chilkat, provide what is called a “dual interface”. A dual interface allows for programs to bind at compile-time (early binding) or at runtime (late binding). The type of binding is determined by how the object is created. For example, compile-time binding in VB6 looks like this: Dim cert As New ChilkatCert Runtime binding looks like this: […]