Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Clock, hourglass, or other visual wait display
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00608057
Message ID:
00608672
Vues:
28
>>>>I found this very interesting and added it to my project. I added the code to the oAnimation call, the processing and the release to the command button that starts my process, and I added the animation prg to the prject. All went well on my machine, but when others use the exe, the get an OLE error "not registered".
>>>>
>>>>I'm obviously new to all this....what step am I missing?
>>>
>>>Phil,
>>> I'm just guessing, but I think it is the MSComCtl32 OCX control. It is called in your code. Try registering that on one of the machines that has a problem and see what happens.
>>>
>>>HTH,
>>
>>OK, I give - how? LOL. Is this something that can be done via the exe or does it have to be done manually on each machine?
>>
>>Thanks!
>
>Phil,
> There is a way with RegEdit, how specifically escapes me today, please, someone jump in if you know how. Normally I would just include it with the installation setup. That works best IMO.



To manually register a control do this:
1) Get the ocx or dll file on the machine you want to register it on.
2) Find regserv32.exe in the windows/system32 directory
3) Drag the ocx or dll file onto the regserv32 executable

or from the command line:

Start > Run
"regserv32.exe "

Either method should work.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform