Exontrol ExHTTP COM Object - Release Notes (https://exontrol.com/exhttp.jsp)

4.0.0.1 Sep 17, 2025
*Added: ExHTTP.pdf (include the control's documentation in PDF format)
*Added: The OLESelfRegister flag in version info (used by MSI and other installers to detect and call DllRegisterServer for COM self-registration)
*Fixed: Prevents showing the control's view in design mode, while running on FORTH system ( /COM version )

3.0.0.1 May 20, 2015
*NEW:   Ability to load pictures giving URL (URL is an acronym for Uniform Resource Locator and is a reference (an address) to a resource on the Internet.)
*Added: GETImage(URL) property returns the Picture object giving the URL to load the picture. For instance, the Image1.Picture = http.GETImage("https://exontrol.com/images/exontrol.png"), assigns the picture from giving URL to Picture property of the Image Object, where the http is a global object of EXHTTPLib.HTTP type.
*Added: x64 Support

2.0.0.1 July 08, 2009
*Added: Compatible with the Data Execution Prevention (DEP). (SpecialBuild:1000)
*Added: VFP\Sample

1.0.0.1 September 29, 2005
* Initial Release