Hi
I try to use an ActiveX plugin in USHClient, but it doesn't seeem to work.
I can use the plugin from Word just fine, but the same code from mushclient gives me an error.
The code is very simple:
Sub loadhud()
Dim HUD
Set HUD = CreateObject("XPERTHUD.XPERTHUD")
HUD.AboutBox
End Sub
MUSHClient produces the following error in the "HUD.AboutBox" line
Error number: -2147418113
Event: Execution of line 5 column 1
Description:
Called by: Immediate execution
but the same Method is callable from VBS from Word. Or from within a VB application
Any ideas ?
Sentinel
I try to use an ActiveX plugin in USHClient, but it doesn't seeem to work.
I can use the plugin from Word just fine, but the same code from mushclient gives me an error.
The code is very simple:
Sub loadhud()
Dim HUD
Set HUD = CreateObject("XPERTHUD.XPERTHUD")
HUD.AboutBox
End Sub
MUSHClient produces the following error in the "HUD.AboutBox" line
Error number: -2147418113
Event: Execution of line 5 column 1
Description:
Called by: Immediate execution
but the same Method is callable from VBS from Word. Or from within a VB application
Any ideas ?
Sentinel