Difference b/e COM and ActiveX
-
hi i am new to COM and want to know the difference b/w COM component and ActiveX control. thanks in anticipations Muhammad Azam
-
hi i am new to COM and want to know the difference b/w COM component and ActiveX control. thanks in anticipations Muhammad Azam
You can treat COM as protocol for writing the activeX components or Com DLL.
"I Think this Will Help" [Vote One Here,.....]
visit me at http://www.thisisalok.tk
-
You can treat COM as protocol for writing the activeX components or Com DLL.
"I Think this Will Help" [Vote One Here,.....]
visit me at http://www.thisisalok.tk
Thanks a lot, i got it but one thing is still ambiguous........then why do we need ActiveX controls when we have COM ? thanks in anticipation Azam
-
Thanks a lot, i got it but one thing is still ambiguous........then why do we need ActiveX controls when we have COM ? thanks in anticipation Azam
Hello Azam, Let take a example for understanding difference between
COM DLL
andActiveX Control
. if you are done some Windows Programming, you must have useCreateWindow()
(which help in creating window) api, this api is just a function with no user interface but when you useBUTTON
on the Dialog box it haveUI
to interact with it. same is difference betwwenCOM DLL
andActiveX Control
.COM Dll
proviode you with backward functionality like CreateWindow andACTIVE X
Control provide you BOTH backward Functionality and UI (depend on your need) like BUTTON. Hope you somewhat grasp the difference betweenCOM DLL
andActiveX Control
"I Think this Will Help" [Vote One Here,.....]
visit me at http://www.thisisalok.tk
-
Hello Azam, Let take a example for understanding difference between
COM DLL
andActiveX Control
. if you are done some Windows Programming, you must have useCreateWindow()
(which help in creating window) api, this api is just a function with no user interface but when you useBUTTON
on the Dialog box it haveUI
to interact with it. same is difference betwwenCOM DLL
andActiveX Control
.COM Dll
proviode you with backward functionality like CreateWindow andACTIVE X
Control provide you BOTH backward Functionality and UI (depend on your need) like BUTTON. Hope you somewhat grasp the difference betweenCOM DLL
andActiveX Control
"I Think this Will Help" [Vote One Here,.....]
visit me at http://www.thisisalok.tk
thanks Sir........ now i got it clearly. thaks once again for making it clear to me :) Azam