Results 1 to 4 of 4

Thread: Dll

  1. #1

    Thread Starter
    Fanatic Member duc's Avatar
    Join Date
    Oct 2002
    Location
    STEAM
    Posts
    702

    Dll

    How can I put a DLL in a resource file? Here is the code im working with [thanks to the VB Codebank section]

    You will see the DLL in there.
    Attached Files Attached Files

  2. #2
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    you can add the dll as a custom resource... unless you mean adding it by code...

    Attached Images Attached Images  

  3. #3

    Thread Starter
    Fanatic Member duc's Avatar
    Join Date
    Oct 2002
    Location
    STEAM
    Posts
    702
    Heh, Hi to you to. Im sorry, i shouldve been more clear. I need to know how to call it out. The prog needs it to do the screencapture

  4. #4
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    use LoadResData(id,type)



    Open "C:\some.dll" for binary as #1
    put #1,,LoadResData(101, "DLL")
    close #1

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