Hello,
I'm trying to use luacom plugin in Autoplay Media Studio to use Activex!
But, nothing happend! Is this plugin work with all Activex.dll?
I'm trying to use activex control name HideMyFoldersActiveX (www.eltima.com) but it does not work!
With all others activex which I was try, It work, but here is problem.
using:
----------------
x = luacom.CreateObject("HMFAx.HideMyFoldersAx.3.5.10" )
x.setCurrentHidingEngine("Engine");
x:enableHiding()
----------------
When I change function "setCurrentHidingEngine" to example "xxx"somebody else there is error, which means that
luacom plugin recognize that there is not function "xxx" in activex.dll..
What is problem here?
Thanks!

Reply With Quote
isableHiding()
