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... |
Hsymington (talk | contribs) m Added to Codejock category |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
*[[Internet Explorer]] - [[cWebBrowser]] | *[[Internet Explorer]] - [[cWebBrowser]] | ||
*MS Office API controls | *MS Office API controls | ||
*SMTP Email | *SMTP Email Component such as [http://www.quicksoftcorp.com/ EasyMail] or aspemail (see [[SMTP]]) | ||
*Rich Text Editors and Spellcheckers such as [http://www.chado-software.com/ Chado] | *Rich Text Editors and Spellcheckers such as [http://www.chado-software.com/ Chado] | ||
*Spreadsheet Controls such as [http://www.fpoint.com Farpoint] | *Spreadsheet Controls such as [http://www.fpoint.com Farpoint] | ||
* | *Charting controls such as [http://www.fusioncharts.com/free/Download.asp Fusion Charts] | ||
*[https://www.gdpicture.com/ gdPicturePro imaging] | |||
[[Category: | === Control Libraries === | ||
* [http://www.chilkatsoft.com/dotNetEmail.asp Chilkat] see their [https://www.example-code.com/dataflex/default.asp DataFlex code examples] | |||
* [[Codejock]] [http://www.codejock.com/] | |||
[[Category:Development Tools]] | |||
[[Category:Codejock]] |
Latest revision as of 15:27, 2 March 2020
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 Component such as EasyMail or aspemail (see SMTP)
- Rich Text Editors and Spellcheckers such as Chado
- Spreadsheet Controls such as Farpoint
- Charting controls such as Fusion Charts
- gdPicturePro imaging
Control Libraries
- Chilkat see their DataFlex code examples
- Codejock [1]