Results 1 to 7 of 7

Thread: accessing the dll in vb

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2002
    Location
    Philippines
    Posts
    877

    accessing the dll in vb

    it is possible to access the dll via vb? but we don't have documentations to look..

  2. #2
    Frenzied Member Andrew G's Avatar
    Join Date
    Nov 2005
    Location
    Sydney
    Posts
    1,587

    Re: accessing the dll in vb

    Definetly. The whole API forum is about using dlls. Which Dll do you need to use exactly? Cause each dll must be called differently.

  3. #3
    Frenzied Member Jmacp's Avatar
    Join Date
    Jul 2003
    Location
    UK
    Posts
    1,959

    Re: accessing the dll in vb

    well if you dont know any function names or parametres to pass to those unknown fucntions then its pretty much impossible unless its an activex dll, you can look at the dll with depends.exe to get a few ideas.

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2002
    Location
    Philippines
    Posts
    877

    Re: accessing the dll in vb

    i have a device with included the dll... i want to make program with some function.. like the software of my device...

  5. #5
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: accessing the dll in vb

    If you didn't get any examples, you could try the mfg's website to see if they have a Software Development Kit available, which should have samples in it. That is, unless they don't want anyone writing software for their device, but that wouldn't make business sense.

  6. #6
    Hyperactive Member
    Join Date
    Feb 2003
    Location
    Grenada
    Posts
    346

    Re: accessing the dll in vb

    I've noticed once while using the dependency viewer on certain DLL's that they wouldshow it as having no functions... but I have actually SEEN these "invisible" functions resising in the DLL...

    Anyone got any explanation as how this is possible?
    If my post has been helpful, then please rate it accordingly...
    If it has solved your question(s), then don't forget to mark the thread as "[Resolved]"... thank you.

  7. #7

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2002
    Location
    Philippines
    Posts
    877

    Re: accessing the dll in vb

    @dglienna

    hi, what is the websites of mfg's?

    Thanks..

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