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
...