Registering OCX component

  • Thread starter Thread starter Doug G
  • Start date Start date
D

Doug G

I have to make a component out of a VB application that someone else wrote,
and I'm not too familiar with that world. The only complication that I see
is that there is a custom "Grid32.OCX" control that is part of the
application and I know that it has to be "registered" in some way in order
to work. What do I have to do in Component Builder to get the necessary
registry entries made?

Doug Gordon
 
Hi Doug,

One way from command line: regsvr32 grid32.ocx

Or read in product documentation about Resource option that you can add to your component called:
"FBA DLL/COM Registration"

Regards,
Slobodan
 
IIRC, the grid32 ocx will also require OLE stuff in the image (ole32, oleaut32) and MFC.
Make sure to get all the activex control dependencies in place.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top