Toggling VB Code from ASP page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KML9876
    New Member
    • Mar 2008
    • 1

    Toggling VB Code from ASP page

    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?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Originally posted by KML9876
    ............... ........ I want it to enter in to the VB code.
    I am not sure what exactly you are trying to do. Can you explain further please.

    Comment

    • QVeen72
      Recognized Expert Top Contributor
      • Oct 2006
      • 1445

      #3
      Hi,

      What does "Enter Into VB".. mean..?
      Are you wanting Some kind of "Intellisen se" in ASP Code..?

      REgards
      Veena

      Comment

      Working...