|
-
Apr 4th, 2000, 11:56 PM
#1
Thread Starter
New Member
I created a DLL that requires the use of an Access mdb file to pull some index values. They can install this file to any directory they wish, and I install the MDB file in the same directory. The problem I am having is that I have no way to pull the directory that the DLL file resides through code, so I can then figure out where to access the MDB file from the DLL.
I tried using app.path, but that returns the location of the VB program that is calling the DLL, and not the path of the DLL itself.
Does anyone know of a way to pull the directory a dll is in from inside the DLL?
Any help would be appreciated.
Dennis
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
|