VB6 Runtime error 91 – Object variable or With block variable not set
A Chilkat method that returns an object must be checked for NULL ( also known as Nothing, nil, nada, etc. in other programming languages). A NULL return value indicates failure. In this case, check the contents of the object instance’s LastErrorText property. In Visual Basic 6.0, this is the error message you’d get when trying to dereference a NULL object […]