Hi All
I'm pretty new to VB and I want to know what exactly is the difference between activeX DLL and activeX EXE?
can anybdy plz tell.
Thanks
sanjeev
Printable View
Hi All
I'm pretty new to VB and I want to know what exactly is the difference between activeX DLL and activeX EXE?
can anybdy plz tell.
Thanks
sanjeev
An EXE object will run in its own process space, while a DLL object will be put into the process that created it.
That's one of the major differences.
Go through these links, you will get clear picture of activex dll and exe.
http://msdn.microsoft.com/library/de...cmp02recap.asp
http://msdn.microsoft.com/library/de...cmp02recap.asp
Praveen
If one person can do something, everybody can do it