Results 1 to 4 of 4

Thread: Dlls

  1. #1

    Thread Starter
    Fanatic Member petrus's Avatar
    Join Date
    May 2002
    Location
    pBytes[sizeof(pBytes)/2]
    Posts
    553

    Dlls

    I have done some dll's with some functions, and i have them in a folder (application path\dlls\).
    I want to load a DLL from that folder, let's say the "test.dll", how to do that?
    ICQ: 128716725

  2. #2
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    if you want to add it to one of your vb projects, add it to your references (Projects -> References...)
    -= a peet post =-

  3. #3

    Thread Starter
    Fanatic Member petrus's Avatar
    Join Date
    May 2002
    Location
    pBytes[sizeof(pBytes)/2]
    Posts
    553
    I know how to do that, but i want to load the DLL at runtime
    ICQ: 128716725

  4. #4
    Hyperactive Member ashay's Avatar
    Join Date
    Feb 2002
    Location
    Mumbai,India
    Posts
    278
    hi,
    y dun u use CreateObject

    dim obj as Object

    Set obj=CreateObject("Proj1.Class1")


    wont this work?????

    regds,
    ashay
    "If you should die before me, ask if you could bring a friend."
    - Stone Temple Pilots

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