Results 1 to 2 of 2

Thread: making a call to code in vb from within asp

  1. #1

    Thread Starter
    Member
    Join Date
    May 2000
    Location
    London, UK
    Posts
    39

    Thumbs down

    I am trying to make a call to a piece of code within
    visual basic from within asp.

  2. #2
    Fanatic Member Ianpbaker's Avatar
    Join Date
    Mar 2000
    Location
    Hastings
    Posts
    696

    Talking

    Hi raj2000

    To do this, you will need to make an activex dll.

    to do this
    Create your procedures and properties Within VB then compile it as a DLL

    then use the
    Set mydll = server.CreateObject("projectname.classname")

    Within your asp

    Then you can use everything within that class

    If you need any help Reply Back

    Hope This Helps

    Ian

    Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width