Hi Friends,
I have got a ActiveXDll written in Visual Basic.
I am trying to call it from an ASP page and It works fine.
But I want to toggle through the VB code. Can some one suggest me how how to do it. But I am able to toggle the ASP page
Eg:
set obj = Server.CreateOb ject("TestDll.A ddNumbers")
obj.TestMethodO bjectCtxt
set obj = Nothing
Where TestDll is my Project name, AddNumbers is my Class module name and TestMethodObjec tCtxt is the method name.When the control in the ASP comes to set obj = Server.CreateOb ject("TestDll.A ddNumbers"), I want it to enter in to the VB code.
Can some one suggest me how to do this?
I have got a ActiveXDll written in Visual Basic.
I am trying to call it from an ASP page and It works fine.
But I want to toggle through the VB code. Can some one suggest me how how to do it. But I am able to toggle the ASP page
Eg:
set obj = Server.CreateOb ject("TestDll.A ddNumbers")
obj.TestMethodO bjectCtxt
set obj = Nothing
Where TestDll is my Project name, AddNumbers is my Class module name and TestMethodObjec tCtxt is the method name.When the control in the ASP comes to set obj = Server.CreateOb ject("TestDll.A ddNumbers"), I want it to enter in to the VB code.
Can some one suggest me how to do this?
Comment