Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.16 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.16 KB

hta

An HTML Application (HTA) is a Microsoft Windows program whose source code consists of HTML, Dynamic HTML, and one or more scripting languages supported by Internet Explorer, such as VBScript or JScript.


Scripts


See: https://599cd.com/tips/hta/

Beginner

  • Level 1 How to build a simple HTA.
  • Level 2 Adding controls to the page.
  • Level 3 Application Attributes.
  • Level 4 Adding some Style.

Expert

  • Level 1 Current User
  • Level 2 Useful Elements
  • Level 3 Navigable
  • Write File How to write to a file

Advanced

  • Tabular Data Control Using the Tablular Data Control
  • Access db How to connect to an Access db
  • Fill Combo How to connect to an Access db and Fill a ComboBox (SELECT)
  • Google Chart How to make a Google Chart (v2 Deprecated)
  • Google Charts How to make a Google Chart using the Visualisation API