|
-
Jul 3rd, 2001, 02:41 PM
#1
Thread Starter
Frenzied Member
Declaring Api
Is there a way When declaring a API To use App.Path For the Location of the library Without using Load Library API?
-
Jul 3rd, 2001, 04:40 PM
#2
Guru
The Declare statement will search for the library in App.Path by default... That is, if the library could not be found in the system directory 
For more information about how VB searches for the library, see the documentation for LoadLibrary... VB immediately calls LoadLibrary so it's pretty much the eXact same thing.
-
Jul 3rd, 2001, 10:13 PM
#3
Thread Starter
Frenzied Member
I am Using a declar on a OCX File And it doesn't get it from the App.Path
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
|