PDA

View Full Version : problemi con ocx


edict101
18-11-2005, 21:05
salve a tutti

dopo la formattazione messenger mi chiede di registrare un file ocx per caricare le animotico

potete cortesemente consigliarmi un software che mi carica tutte le ocx mancanti

grazie mille :help:

Robert Valerio
21-11-2005, 15:03
little informations, you may have other problems beside registering the OCX and its DLL components.

Generally, to register and unregister OCX and DLL files, the executable RegSvr32.exe file is implemented. The files must be registered one at a time.

From a CMD prompt you can execute the followings:

regsvr32 filename.ocx

regsvr32 filename.dll

In most case, you must specify the complete PATH of the file to be registered similar to the followings:

regsvr32 C:\Windows\System32\filename.ocx

regsvr32 C:\Windows\System32\filename.dll

In some cases, a variation of the above syntexes may be required.

Good luck!


From Dallas,Texas... (http://www.dallassky.com/skyline1.gif)