Hi,
I try to script a code to install a quota on my user directory. Northern (product I use) provide me with a SDK and a recipe on how to use their COM API within VB. I have already register their DLL within my registry. The problem I have is to use it within my vbscript program. The way to use it in VB is as follow:
Dim QSS as new qsComApiLib.qsComApiSession
QSS.server = "my server name"
Dim tmpquota as QSComApiLib.QSComAPiQuotaItem
and then I sould have access to all the methods attached to the object.
In Vbscript I tried:
Set TmpQuota = CreateObject("qsComApiLib.qsComApiSession")
Of course it doesn't work, would be to easy. It give me an error about my ActiveX component that can't create the object.
Anybody worked with something like that before?
Thanks in advance.
Pierre.
I try to script a code to install a quota on my user directory. Northern (product I use) provide me with a SDK and a recipe on how to use their COM API within VB. I have already register their DLL within my registry. The problem I have is to use it within my vbscript program. The way to use it in VB is as follow:
Dim QSS as new qsComApiLib.qsComApiSession
QSS.server = "my server name"
Dim tmpquota as QSComApiLib.QSComAPiQuotaItem
and then I sould have access to all the methods attached to the object.
In Vbscript I tried:
Set TmpQuota = CreateObject("qsComApiLib.qsComApiSession")
Of course it doesn't work, would be to easy. It give me an error about my ActiveX component that can't create the object.
Anybody worked with something like that before?
Thanks in advance.
Pierre.