This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, March 28, 2006 3:19:58 AM(UTC)
Groups: Registered
Posts: 12
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
:
Thursday, March 30, 2006 12:00:49 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
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.
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.