Hi,
Suppose We have a dll named MYDLL and
in this dll there is a class named MYCLASS.
Then when you write the following lines
in Interdev you get all methods fields of the class:
<%
set a = Server.CreateObject("MYDLL.MYCLASS")
a. ' As soon as you press "." methods will appear....
%>
* if you omit <% %> you will not see what you want
Ahmet
-----Original Message-----
From: Neethling, Dirk BYNI/PLM [mailto:Dirk.Neethling2@h...]
Sent: 20 Eylül 2000 Çar
amba 17:51
To: Interdev_Programming
Subject: [interdev_programming] instantiating a COM object
I'm trying to instantiate and script against a COM object in asp. It's a
registered dll. What includes and other data (GUUID's) do I need to specify
to get the object methods and parameters to show in visual interdev?
Dirk
---