Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OCX or COM DLL
Message
From
14/04/2000 08:38:17
 
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00359330
Message ID:
00359744
Views:
20
>>Is it possible to instantiate a COM DLL in a web page, or is this only possible for ocx type ActiveX components?
>
>You can do instance a COM DLL through scripting; unlike an ActiveX, it can't participate in the events loop directly.

Hmmm... I must be doing something wrong then. I assumed you would instantiate it in VBScript in the web page using Createobject() with the ProgId, e.g.

Set MyComDll = Createobject( "MyComDll.MyComObject" )

It barks pretty loud and errors out when I try this. Am I mistaken on this? I was going to try instantiating with the < Object > element like an ocx but haven't gotten to it yet.
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform