Results 1 to 8 of 8

Thread: ActiveX DLL Question

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2003
    Posts
    206

    Question ActiveX DLL Question

    ggfdgfdgfdgfgdf
    Last edited by Aphex; Apr 17th, 2009 at 08:57 PM.

  2. #2
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171
    What are you trying to do? Maybe Exit Function? Shouldn't it be a sub?


    Has someone helped you? Then you can Rate their helpful post.

  3. #3
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132
    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.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Mar 2003
    Posts
    206
    gfgfdgfdgfd
    Last edited by Aphex; Apr 17th, 2009 at 08:58 PM.

  5. #5
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    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 .

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Mar 2003
    Posts
    206
    fggfdfgdffd
    Last edited by Aphex; Apr 17th, 2009 at 08:58 PM.

  7. #7
    PowerPoster Arc's Avatar
    Join Date
    Sep 2000
    Location
    Under my rock
    Posts
    2,336
    Another exe can not use your dll unless it is coded to do so. You can't just "Inject" it into someone elses exe...
    -We have enough youth. How about a fountain of "Smart"?
    -If you can read this, thank a teacher....and since it's in English, thank a soldier.


  8. #8

    Thread Starter
    Addicted Member
    Join Date
    Mar 2003
    Posts
    206
    fgdgfdgfdfggfd
    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
  •  



Click Here to Expand Forum to Full Width