|
-
Apr 11th, 2004, 05:49 PM
#1
Thread Starter
Addicted Member
ActiveX DLL Question
Last edited by Aphex; Apr 17th, 2009 at 08:57 PM.
-
Apr 11th, 2004, 06:00 PM
#2
-
Apr 11th, 2004, 06:43 PM
#3
End shouldn't be used in the first place. Even in the tiny little app using End statement could be very painfull. Consider using it if you'd like hitting the brick wall going 60-80 miles per hour.
Another thing is that I agree with manavo11 about changing End to Exit Function and also replacing Function with Sub.
-
Apr 11th, 2004, 07:11 PM
#4
Thread Starter
Addicted Member
Last edited by Aphex; Apr 17th, 2009 at 08:58 PM.
-
Apr 11th, 2004, 10:40 PM
#5
The picture isn't missing
Go to Project-> References
Find the name of your dll (if you didn't name it anything it probably is just Project1). If you can't find it, either register your dll or use Browse to find it and add it.
Remember, if someone's post was not helpful, you can always rate their post negatively  .
-
Apr 12th, 2004, 12:43 PM
#6
Thread Starter
Addicted Member
Last edited by Aphex; Apr 17th, 2009 at 08:58 PM.
-
Apr 12th, 2004, 12:50 PM
#7
-
Apr 12th, 2004, 02:04 PM
#8
Thread Starter
Addicted Member
Last edited by Aphex; Apr 17th, 2009 at 08:58 PM.
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
|