Click to See Complete Forum and Search --> : difference between Activex.dll and Activex.ocx


surechan
August 21st, 2001, 04:46 PM
Whats the difference difference between Activex.dll and Activex.ocx?

srinika
August 22nd, 2001, 09:46 PM
ActiveX ocx:
User created control having a user interface and can be put to a container as a Form.
eg. If v create a template having a specific fixed size and some controls, that has to be created as an ocx & can be added to any form.

ActiveX dll: A class not having a visual interface, used to create objects, can be used without a form.
eg. Employee class having attributes as Name, Age, Salary etc + Methods as SetIncrement() etc..

Hope this is sufficient and if needed additional info is available