ActiveX: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
Hellboy1975 (talk | contribs) New page: '''ActiveX''' is Microsoft technology used for developing reusable object oriented software components. Due to the standardised ways in which ActiveX controls are built, they can be p... |
No edit summary |
||
Line 11: | Line 11: | ||
*Control Libraries such as [[Codejock]] [http://www.codejock.com/] | *Control Libraries such as [[Codejock]] [http://www.codejock.com/] | ||
[[Category: | [[Category:Development Tools]] |
Revision as of 16:11, 1 December 2007
ActiveX is Microsoft technology used for developing reusable object oriented software components. Due to the standardised ways in which ActiveX controls are built, they can be parsed by the Visual Dataflex Studio to easily make classes compatable with VDF Programs.
ActiveX Controls are commonly used in VDF Programs to add extra functionality without the developers having to write the components themselves.
Commonly Used ActiveX Controls
- Internet Explorer - cWebBrowser
- MS Office API controls
- SMTP Email Components such as EasyMail and Chilkat
- Rich Text Editors and Spellcheckers such as Chado
- Spreadsheet Controls such as Farpoint
- Control Libraries such as Codejock [1]