M
mmedved
I ran into a problem using a custom ActiveX I wrote in VB 2005.
It has a property that is "indexed" - that is, it has a parameter and
needs to be addressed as (Index) - kinda like this:
MyActiveXControl.MyProperty(Index)
The thing is, VB2005 refuses to recognize that this property exists.
Other - non-indexed - properties work ok, and show up in the little
helper window as I type in the code, but the indexed properties do
not
show up and do not work. VB 2005 refuses to see them.
Anyone know the workaround?
It has a property that is "indexed" - that is, it has a parameter and
needs to be addressed as (Index) - kinda like this:
MyActiveXControl.MyProperty(Index)
The thing is, VB2005 refuses to recognize that this property exists.
Other - non-indexed - properties work ok, and show up in the little
helper window as I type in the code, but the indexed properties do
not
show up and do not work. VB 2005 refuses to see them.
Anyone know the workaround?