Results 1 to 2 of 2

Thread: Can I call my own DLL with api call ?

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2000
    Posts
    34

    Post

    Is it possible to call your own user created DLL using an API call ?

  2. #2
    Fanatic Member
    Join Date
    Jun 1999
    Location
    California, USA
    Posts
    662
    If you made the dll in c or c++ then vb can access it with the Declare statement. If the dll was made using vb, you'll have to refrence it and creat an object. This is called ActiveX. ActiveX has several advantages to a regular dll. First string can be passed to the parent app without the parent app needing to sut up a buffer. Next you can easily set up event procedures. It's rather like an ocx that's invisible at runtime.

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