To register an ocx component, there is a register exe you can use called "regsvr32.exe". It should be in you windows system directory.
For example, to register the MsFlexGrid ocx, you would
copy the following files into the systems director (c:\windows\system) :
msflxgrd.ocx
msflxgrd.dep
and then in a dos prompt, type :
>> c:\windows\system\regsvr32
You should get a dialog box saying if it is successful or not
Main Topics
Browse All Topics





by: mcoPosted on 1999-04-12 at 23:02:39ID: 1332900
Run
regsvr32 <name>.ocx