https://github.com/zelon88/hta-ui
A customizable Windows Desktop Application template that supports bootstrapping any portable binaries.
https://github.com/zelon88/hta-ui
application desktop framework gui hta platform template ui windows
Last synced: 11 months ago
JSON representation
A customizable Windows Desktop Application template that supports bootstrapping any portable binaries.
- Host: GitHub
- URL: https://github.com/zelon88/hta-ui
- Owner: zelon88
- Created: 2019-08-14T14:31:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-24T23:31:27.000Z (over 6 years ago)
- Last Synced: 2025-03-30T22:41:31.374Z (12 months ago)
- Topics: application, desktop, framework, gui, hta, platform, template, ui, windows
- Language: Visual Basic
- Homepage: https://www.HonestRepair.net
- Size: 638 KB
- Stars: 23
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*[OFFICIAL WEBSITE](https://honestrepair.net)*
-----------------------------------------------
# HTA-UI
A **Ready-To-Customize** Windows Desktop Application template based on age-old Microsoft HTA technology with some new techniques to enable execution of **Python**, **PHP**, **Lua**, **Lisp**, or anything else you can get a portable interpreter for. If you follow the template guidelines you will be able to "compile" your HTA application (portable binaries and all) into a 32 or 64 bit stand-alone executable with [VBSEdit](https://www.vbsedit.com/).
# The Bootstrap() Function
HTA-UI comes with a simple yet powerful Bootstrap() function built into it's App-Core.vbs file. This function can be used to fire up an external program or interpreter (Like Python or PHP) to run built-in or external scripts. Substitute just about any interpreted language or portable binary and the Bootstrap() function will call it using whatever arguments you specify.
# Create Graphical Desktop Applications Using Any Language And No Libraries
Think of HTA-UI as a wrapper for your favorite CLI tools. With HTA-UI you can create a Windows compatible GUI application for any command or command-line tool in minutes. Using nothing but HTML and your favorite IDE.
# Screenshot

# Like What You See?
Help us make it better!
https://www.HonestRepair.net
<3 Open-Source