Com not showing properties

  • Thread starter Thread starter tshad
  • Start date Start date
T

tshad

My COM component has one method and multiple properties which are public.

But in Component Services, it only shows the method and not the properties
even though they are in the Interface.

In my VB6, program where I reference them, it also only shows the method
when I do "proxy.". The dropdown has none of the properties.

Why is that?

Thanks,

Tom
 
Found it.

It had apparently another interface with the same name in the project and
appended a 1 to the name.

Tom
 
Back
Top