Exontrol ExTexture Component - Release Notes (http://www.exontrol.com/extexture.jsp)

5.0.0.1 Apr 15, 2024
*NEW:   Ability to executes x-script code ( including events ), from a string, file or a safe array of bytes. This feature allows you to load the control's visual appearance and behavior, without having to write any line of code. The x-script code can save EBNs, icons, pictures into BASE64 encoded strings, and so everything can be put into a single file, that should be invoked by AttachTemplate method.
*Added: AttachTemplate method executes the giving x-script code, and attach events if found. The x-script code can contain handle keyword that defines a handler for the specified event. For instance, the AttachTemplate("handle Click() { print(Version) }") sends the control's Version property to the debugger for display. All you need is to open the DebugView tool, and click the control
*Added: The control's Template page supports AttachTemplate so you can assign x-script code ( including events )  in design mode, and so the control's visual appearance and behavior is changed once the control is created at runtime (/COM version only)
*Fixed: Prevents showing the "This application is about to initialize ActiveX controls that might be unsafe. If you trust the source of this file, select OK and the controls will be initialized using your current workspace settings." warning message while the control is running into MS Office forms or user-forms

4.0.0.1 Aug 28, 2023
*Added: The Click event occurs ONLY if the user presses and releases the left mouse button on the same location, inside the control. If any mouse movement is detected between press/release no Click event is fired. Previously, the Click event is fired once the user releases the left mouse button over the control. You can use the MouseUp(1) event to notify your application once the user releases the left mouse button within the control
*Fixed: A Click event occurs right after DblClick event
*Fixed: In MS Access, the control loses its data once the Visible property is set on False or when the control is hosted to a tab control, and user changes the pages

3.0.0.1 Mar 13, 2023
*NEW:   x64 support
*Added: The Version property includes the SpecialBuild number of the assembly so it provides information like Major.Minor.Build.Revison.SpecialBuild.Type.
*Fixed: Prevents a memory leak when loading icons, pictures, from BASE64 encoded strings (Images method, HTMLPicture picture)
*Fixed: Prevents "Do you want to save ..." / "Save changes...' input box, when the user opens the form in design mode, and close it

2.0.0.1 Jan 17, 2011
*Added: The retail version goes free
*Added: Compatible with the Data Execution Prevention (DEP)
*Fixed: The path to load pictures from, is limited to 127 characters
*Fixed: The MDI form requires an extra click to activate it, once a modeless dialog is closed. The dialog contains a VB6 UserControl that hosts the control. ATL3.0 BUG

1.0.0.2 August 07, 2006
*NEW:   Ability to zoom the view
*Added: Zoom property. Zooms the view
*Added: AllowZoom property. Gets or sets a value that indicates whether the user magnifies the view using the mouse wheel.
*Added: Zoom event. Occurs when the user zooms the view.

1.0.0.1 July 27, 2006
* Initial Release