11-24-2008 10:53 AM
11-26-2008 02:19 PM
Perhaps, if I had LV 7.1. 😛 😄
I'm running 7.0
11-26-2008 02:36 PM
11-26-2008 02:49 PM
11-26-2008 02:51 PM - edited 11-26-2008 02:53 PM
smercurio_fc wrote:As you've found out, when you get the reference via the Controls[] property all you get is a generic reference. Even if you cast it to be an ActiveXContainer all you get is a generic ActiveXContainer. You can cast it to a specific ActiveX control by wiring a (direct) reference to an ActiveX control, but you have no way of knowing if the cast is correct since the casting is likely to give no error.
I don't know if it's possible to do what you want with ActiveX controls. Perhaps Adam may be able to dig something up.
How do you get that icon with the funky arrow on its left that states ActiveXControl? There is also one that states This.
11-26-2008 02:56 PM
I'm not sure which icon you're referring to, but if it's the one labeled "WindowsMediaPlayer", that's just a reference to the ActiveX container. I'm using 8.2, so the icons may be a little different.
11-27-2008 03:18 PM
Can't use a reference like that in 7.0. That was the first thing I tried. 😞
Oh well.
12-01-2008 01:57 PM
Here it is in 7.0
12-15-2008 09:45 AM
pcardinale wrote:Here it is in 7.0
Hmm, well that means that my ActiveX control has no name then. 😉 Just looking at the data on the png I uploaded shows that the last digit is 0. Interesting way of determinging the string though. 🙂
Thanks
12-15-2008 09:48 AM
smercurio_fc wrote:I'm not sure which icon you're referring to, but if it's the one labeled "WindowsMediaPlayer", that's just a reference to the ActiveX container. I'm using 8.2, so the icons may be a little different.
I once thought I saw an icon that showed that funny arrow on LV7.0 and it was a reference to "this vi". Was I imagining it?
Thanks