Results 1 to 2 of 2

Thread: link web page to dll ...

  1. #1

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    been ages since I looked at this one. If I have a html page, and want to call a procedure in a com/dll file, how can I link them please ?

    I don't want to set up script, but link the page to a dllfrom the start, I think if I remember rightly it's something like :

    <HTML Lookat="MyDllNameHere.dll">

    Thanks !

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  2. #2

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    I'll try rephrasing that a little. Rather than having :
    Code:
    <script Language="vbscript">
    Sub Command1_OnClick
       'some code
    End Sub
    </script>
    I could have a normal vb dll with
    Private sub command1_Click
    'some code

    And link this to the html page. Probably not possible, but wanted to check. Thanks all.

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

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