ReneMiner,
for ActiveX dll's or ocx's we shoukd first register it in the windows system else it can't be called
in your case from the link you have provided , open the command prompt to the directory of your PropList.ocx and then write:
regsvr32 PropList.ocx
you should get the MSG:
regsvr32.PNG
then you can call that ocx
there is a comments by Petr about using COM_CallMethod here
http://www.thinbasic.com/community/s...ng-activex-dll
it is here calling ActiveX DLL
i gave tested all the examples with Windows XP. not sure how it behave in win7/8/10
Bookmarks