PDA

Click to See Complete Forum and Search --> : Using ActiveX Dll by Declare instruction


HeM@n
Aug 13th, 2002, 01:31 PM
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.

Edneeis
Aug 13th, 2002, 01:35 PM
?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.

HeM@n
Aug 13th, 2002, 01:46 PM
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.

Edneeis
Aug 13th, 2002, 02:20 PM
http://www.vbforums.com/showthread.php?s=&threadid=189117

http://www.vbforums.com/attachment.php?s=&postid=1130074