Whats the difference difference between Activex.dll and Activex.ocx?
Printable View
Whats the difference difference between Activex.dll and Activex.ocx?
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