#1
Posted
:
Tuesday, June 5, 2018 10:02:06 AM(UTC)
Groups: Registered
Posts: 1
In VB 6 ltmmConvertCtrl.State is a property to get the current state of the ltmmConvertCtrl. But in VB 2005 AxltmmConvertCtrl.State is a class .
Error 1 'State' is a type in 'AxLTMMLib.AxltmmConvertCtrl' and cannot be used as an expression.
So i want to know how to get the state of the AxltmmConvertCtrl
#2
Posted
:
Wednesday, June 6, 2018 3:51:41 PM(UTC)
Groups: Registered
Posts: 119
Was thanked: 4 time(s) in 4 post(s)
Hello,
It seems that this exact question was asked and answered in a past
forum post.
"Try using the CtlState property instead. It seems that VB.NET
generates a property named State. Since we have a property of the same name, VB.NET renames our property by adding the Ctl prefix to it."
Nick Villalobos
Developer Support Engineer
LEAD Technologies, Inc.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.