Rob
Rob

Reputation: 13

Error 424 For VB6 Product on Windows 7, Not XP

I created a Visual Basic 6 application that runs without a hitch on my Windows XP machine, though every time I try it on my Windows 7 machine, I receive a 424 (object required) error.

I've tried using compatibility mode and sending the requisite OCXs to the {sys} folder during setup, but to no avail.

Thanks much.

Upvotes: 1

Views: 637

Answers (1)

jac
jac

Reputation: 9726

The OCX files also need to be registered.

Also there is probably a better place for them than the {sys} folder.

Upvotes: 1

Related Questions