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 开发者_Python百科compatibility mode and sending the requisite OCXs to the {sys} folder during setup, but to no avail.
Thanks much.
The OCX files also need to be registered.
Also there is probably a better place for them than the {sys} folder.
精彩评论