ActiveX dll's and EXE's 
Author Message
 ActiveX dll's and EXE's

Hi,
    can anyone point me to a definative documents on the properties of These
projects.  After reading up from a recent book it added confusion where
there was previously clarity.

The topics in question are

*Threading options and how they work for both dlls and Activex exes
*Class Properties and events

Thanks greatly in advance

Tim B
Analyst Programmer



Sat, 14 Feb 2004 18:20:09 GMT  
 ActiveX dll's and EXE's
Hello,
I'm not sure where on the Web to find this but I can tell
you that the main difference between the two is that an
ActiveX DLL runs in-process with the memory of the client
application and an ActiveX EXE runs out of process. In
other words an ActiveX DLL must reside on the machine that
your application resides on. An ActiveX EXE can be on one
machine and the app on another. Look up clireg for
examples of calling an ActiveX EXE.
Hope this helpful.
Sincerely,
Dave

Quote:
>-----Original Message-----
>Hi,
>    can anyone point me to a definative documents on the
properties of These
>projects.  After reading up from a recent book it added
confusion where
>there was previously clarity.

>The topics in question are

>*Threading options and how they work for both dlls and
Activex exes
>*Class Properties and events

>Thanks greatly in advance

>Tim B
>Analyst Programmer

>.



Sun, 15 Feb 2004 02:18:15 GMT  
 ActiveX dll's and EXE's
MSDN.  Really.  There's an amazing amount of information in there.
Quote:

> Hi,
>     can anyone point me to a definative documents on the properties of These
> projects.  After reading up from a recent book it added confusion where
> there was previously clarity.

> The topics in question are

> *Threading options and how they work for both dlls and Activex exes
> *Class Properties and events

> Thanks greatly in advance

> Tim B
> Analyst Programmer



Tue, 17 Feb 2004 22:26:52 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Licensing for ActiveX DLL's and EXE's

2. ActiveX dll's and EXE's

3. What's the differance between a ActiveX.dll and regular dll's

4. Extracting Icons from Exe's Dll's Ico's into a ListImage Control

5. ActiveX EXE 'Permission Denied'

6. Help:Using VB Funtions In Access With DLL's, EXE's

7. Help:Using VB Funtions In Access With DLL's, EXE's

8. Compiled Dll's Exe's and references

9. Including dll's and ocx's in VB exe file

10. Help:Using VB Funtions In Access With DLL's, EXE's

11. Visual Basic 5.0 .EXE's and the various DLL's it needs

12. EXE's Vs DLL's Naming Problem

 

 
Powered by phpBB® Forum Software