Results 1 to 4 of 4

Thread: Using ActiveX Dll by Declare instruction

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Posts
    3

    Using ActiveX Dll by Declare instruction

    Hi guys I'm trying to code some dll's like they in C++ are.
    I have already coded an Exe-Program which should be able to use an dll file which i also have coded with vb. the problem is i want to have the possibility to change the dll file while the exe file stays the same.
    So how can i perform this.

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    ?Huh?

    I'm not sure what you mean but for starters ActiveX dlls aren't like C dlls you don't declare them like you do an API or anything like that. You have to make a reference to them or use CreateObject and then use them as an object, well use the classes in them as objcts.

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Posts
    3
    Yes i know what you mean, but the fact is that i'm triyng to create an exe-Program which is able to use one dll-file under the same name but which can be reprogrammed.

  4. #4

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