ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Where the objects are stored on the hard drive (https://www.excelbanter.com/excel-programming/379180-where-objects-stored-hard-drive.html)

Zigball

Where the objects are stored on the hard drive
 
Does anyone know where objects such as in the toolbox of vba is stored
I have some objects with an extension of .ocx, .cnt, .dep....? I want
to know where to dump them on my hard drive? I would appreciate any one
helping me!


NickHK

Where the objects are stored on the hard drive
 
If they are ActiveX (so registration is required), location is somewhat
irrelevant as the Registry controls access. It then becomes a question of
preference/convention, although <%Windows%\System32\ is popular.
..cnt are associated with help file AFAIK, so either in your
<%Windows%\Help\ folder or the folder of the app that the Help applies to.
I believe an app searches the PATH variable to find help file.

NickHK

"Zigball" wrote in message
ps.com...
Does anyone know where objects such as in the toolbox of vba is stored
I have some objects with an extension of .ocx, .cnt, .dep....? I want
to know where to dump them on my hard drive? I would appreciate any one
helping me!




[email protected][_2_]

Where the objects are stored on the hard drive
 
I just registered an .OCX file the other day...

I put this in the start run bar to register it:
regsvr32 \windows\system32\MSCOMCT2.OCX

the file was called MSCOMCT2.OCX
and I put it in Windows\System32

hope that helps

theSquirrel


NickHK wrote:
If they are ActiveX (so registration is required), location is somewhat
irrelevant as the Registry controls access. It then becomes a question of
preference/convention, although <%Windows%\System32\ is popular.
.cnt are associated with help file AFAIK, so either in your
<%Windows%\Help\ folder or the folder of the app that the Help applies to.
I believe an app searches the PATH variable to find help file.

NickHK

"Zigball" wrote in message
ps.com...
Does anyone know where objects such as in the toolbox of vba is stored
I have some objects with an extension of .ocx, .cnt, .dep....? I want
to know where to dump them on my hard drive? I would appreciate any one
helping me!




All times are GMT +1. The time now is 12:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com