Dear MiniGUI Community,
We're pleased to announce the release of
MiniGUI Extended Edition – Build 26.07 Update 2 (2026/07/29).
This maintenance update delivers several reliability improvements, useful API enhancements, updates to integrated components, and expanded documentation. It also introduces a brand-new practical development guide designed to help both newcomers and experienced Harbour developers build modern MiniGUI applications.
🔹
Highlights* ButtonEx Control
* Fixed a very old typo affecting restoration of the original text color during ButtonEx processing.
* Image Control
* Added runtime support for retrieving the STRETCH property.
You can now query the property using either syntax:
* Function style:
GetProperty( Form, Image, "Stretch" )
* Pseudo-OOP style:
Form.Image.Stretch
* TAB Control
* Added additional validation to improve robustness of the owner-draw color TAB implementation.
* Updated TAB sample application accordingly.
* TSBrowse Integration
* Updated the adapted FiveWin TSBrowse 9.0 implementation.
* Corrected the _TBrowse_bAdjColumns block handling inside the _TBrowse() function.
*
New Documentation (PRO Version)
* Added the 'Modern Harbour MiniGUI Development Guide', a comprehensive practical handbook covering MiniGUI development.
The guide includes 11 complete chapters:
* Introduction
* Installing the Development Environment
* Recommended Project Structure
* MiniGUI Fundamentals
* Modern Best Practices
* 20 Complete Working MiniGUI Examples
* Refactoring Legacy MiniGUI Code
* Coding Standards
* 25 Common Mistakes and How to Avoid Them
* MiniGUI Development Checklist
* Appendix with frequently used commands, controls, events, and Harbour functions
* Low Level DBU Utility (PRO Version)
* Improved documentation throughout the project.
* Added extensive comments explaining the DBF parsing internals.
* Refactored HL_DBInfoLL() for greater readability while preserving existing functionality.
---
📥
DownloadsSTANDARD Build
Compatible with Borland C++ 5.8.2
https://hmgextended.com/files/CONTRIB/hmg-26.07.2-setup.zip⚠
This build is NOT recommended for production use.---
🔐 PROFESSIONAL Build
Production-ready, stable, and recommended for serious development and deployment.
Downloads:
https://hmgextended.com/files/CONTRIB/hmg-26.07.2-pro.7zhttps://hmgextended.org/files/CONTRIB/hmg-26.07.2-pro.7zThe password for the PROFESSIONAL build is shared with MiniGUI donors and supporters.
This update has been thoroughly tested and is recommended for all users of Build 26.07.
---
Our sincere thanks go to everyone who reports issues, contributes improvements, tests new releases, and supports the MiniGUI project.
Special thanks to Grzegorz Wojnarowski for suggesting improvements to the owner-draw TAB control, and to Sergej Kiselev for contributing the TSBrowse update.Warm regards,
Grigory Filatov
on behalf of the MiniGUI Team