I've inherited a VB6 application that needs to be modified. I have the source code and the project builds successfully.
At run time there's a button to browse the network for a database, and it's getting stuck creating an object of type DiskControls.Files -
The error says ActiveX component can't create object. Can someone give advice, please?
Thanks.
At run time there's a button to browse the network for a database, and it's getting stuck creating an object of type DiskControls.Files -
Code:
Dim objFiles As DiskControls.Files
Set objFiles = New DiskControls.Files
Thanks.