How to use the method in the .OCX file

  • Thread starter Thread starter yindevil
  • Start date Start date
There's no way I'm going to download an OCX, but in your code below you're
referring to the type imported from the OCX's type library. You need to
actually create an instance of the object before accessing its methods.
 
Well it's an OCX, do you place it in a form? When the form loads, an
instance is created. Otherwise use 'new' to create one.
 

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

Back
Top