|
Thread: Dll
-
Nov 1st, 2003, 08:44 PM
#1
Thread Starter
Fanatic Member
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.
-
Nov 1st, 2003, 10:53 PM
#2
The picture isn't missing
-
Nov 1st, 2003, 11:27 PM
#3
Thread Starter
Fanatic Member
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
-
Nov 2nd, 2003, 12:02 AM
#4
The picture isn't missing
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|