What specific interface is that? :)
An ActiveX control is essentially a simple OLE object that supports the
IUnknown interface (methods QueryInterface, AddRef, Release), the same as all
COM objects. It usually supports many more interfaces in order to offer
functionality, but all additional interfaces can be viewed as optional.
ActiveX Controls must also support self-registration by implementing the
DllRegisterServer and DllUnregisterServer functions.
--
Milosz Skalecki
MCAD
[quoted text, click to view] "Scott M." wrote:
> ..ocx files are files that contain code for ActiveX controls and ActiveX is
> just a specific type of COM interface.
>
>
> "giddy" <gidisrael@gmail.com> wrote in message
> news:1166817291.358219.301130@79g2000cws.googlegroups.com...
> > Hi ,
> > i'm a C# with programmer with a prety good background , but i'm
> > embarrased to admit i'm still not clear about dlls and ocx's
> >
> > i've seen a good set of links and i did'nt get much out of them.. .so
> > could someone tell me :
> >
> > the difference between a .dll and .ocx???? .... also. .are ocxs
> > activeXs or COM (or both! =S)
> >
> > gideon
> >
>
>
Sounds like you've answered your own question :).
You are now talking about the differences between OLE objects and ActiveX
controls, but remember that was not the question. Not all COM components
are OLE objects.
I was pointing this out.
[quoted text, click to view] "Milosz Skalecki" <mily242@REMOVEITwp.pl> wrote in message
news:A37F45F2-31A6-492F-B4B0-D37EC751C330@microsoft.com...
> What specific interface is that? :)
>
> An ActiveX control is essentially a simple OLE object that supports the
> IUnknown interface (methods QueryInterface, AddRef, Release), the same as
> all
> COM objects. It usually supports many more interfaces in order to offer
> functionality, but all additional interfaces can be viewed as optional.
> ActiveX Controls must also support self-registration by implementing the
> DllRegisterServer and DllUnregisterServer functions.
>
> --
> Milosz Skalecki
> MCAD
>
>
> "Scott M." wrote:
>
>> ..ocx files are files that contain code for ActiveX controls and ActiveX
>> is
>> just a specific type of COM interface.
>>
>>
>> "giddy" <gidisrael@gmail.com> wrote in message
>> news:1166817291.358219.301130@79g2000cws.googlegroups.com...
>> > Hi ,
>> > i'm a C# with programmer with a prety good background , but i'm
>> > embarrased to admit i'm still not clear about dlls and ocx's
>> >
>> > i've seen a good set of links and i did'nt get much out of them.. .so
>> > could someone tell me :
>> >
>> > the difference between a .dll and .ocx???? .... also. .are ocxs
>> > activeXs or COM (or both! =S)
>> >
>> > gideon
>> >
>>
>>
>>
Microsoft say:
"Keep in mind that an ActiveX control is just another term for an "OLE
Object" or "Component Object Model (COM) Object."
--
Milosz Skalecki
MCAD
[quoted text, click to view] "Scott M." wrote:
> Sounds like you've answered your own question :).
>
> You are now talking about the differences between OLE objects and ActiveX
> controls, but remember that was not the question. Not all COM components
> are OLE objects.
>
> I was pointing this out.
>
>
> "Milosz Skalecki" <mily242@REMOVEITwp.pl> wrote in message
> news:A37F45F2-31A6-492F-B4B0-D37EC751C330@microsoft.com...
> > What specific interface is that? :)
> >
> > An ActiveX control is essentially a simple OLE object that supports the
> > IUnknown interface (methods QueryInterface, AddRef, Release), the same as
> > all
> > COM objects. It usually supports many more interfaces in order to offer
> > functionality, but all additional interfaces can be viewed as optional.
> > ActiveX Controls must also support self-registration by implementing the
> > DllRegisterServer and DllUnregisterServer functions.
> >
> > --
> > Milosz Skalecki
> > MCAD
> >
> >
> > "Scott M." wrote:
> >
> >> ..ocx files are files that contain code for ActiveX controls and ActiveX
> >> is
> >> just a specific type of COM interface.
> >>
> >>
> >> "giddy" <gidisrael@gmail.com> wrote in message
> >> news:1166817291.358219.301130@79g2000cws.googlegroups.com...
> >> > Hi ,
> >> > i'm a C# with programmer with a prety good background , but i'm
> >> > embarrased to admit i'm still not clear about dlls and ocx's
> >> >
> >> > i've seen a good set of links and i did'nt get much out of them.. .so
> >> > could someone tell me :
> >> >
> >> > the difference between a .dll and .ocx???? .... also. .are ocxs
> >> > activeXs or COM (or both! =S)
> >> >
> >> > gideon
> >> >
> >>
> >>
> >>
>
>
Don't see what you're looking for? Try a search.