|
-
Aug 13th, 2002, 01:31 PM
#1
Thread Starter
New Member
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.
-
Aug 13th, 2002, 01:35 PM
#2
?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.
-
Aug 13th, 2002, 01:46 PM
#3
Thread Starter
New Member
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.
-
Aug 13th, 2002, 02:20 PM
#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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|