当前位置:网站首页>Visual HTA form designer htamaker interface introduction and usage, Download | HTA VBS visual script writing
Visual HTA form designer htamaker interface introduction and usage, Download | HTA VBS visual script writing
2022-06-30 02:47:00 【CDamogu】
HtaMaker
Baidu did not have a single article about HtaMaker Introduction to , Then write a usage note . CSDN Direct source file download
Project structure
HtaMaker
├── dist
│ └── TestApp.hta
├── history
│ └── TestApp.his.js
├── icon
│ └── icon.ico
├── js
│ └── app.js
├── style
│ ├── css
│ │ ├── font-awesome-ie7.min.css
│ │ ├── font-awesome.css
│ │ └── font-awesome.min.css
│ └── fonts
│ ├── fontawesome-webfont.eot
│ ├── fontawesome-webfont.svg
│ ├── fontawesome-webfont.ttf
│ ├── fontawesome-webfont.woff
│ └── FontAwesome.otf
├── tpl
│ └── HtaMaker.tpl
└── HtaMaker.hta
Interface is introduced

The actual development
The actual development process is inevitable to write hta Properties of , And these attributes sometimes need to be saved over and over again , Refresh to test the effect , and htaMaker You can click Run after modification to view the real-time effect , Very convenient , When all effects are satisfied , It can help generate a rough framework , The rest is the writing of the logic part , Very convenient
<hta:application id="TestApp" applicationname="TestApp" border="thick" borderstyle="normal" caption="yes" contextmenu="yes" icon="icon/icon.ico" innerborder="yes" scroll="yes" showintaskbar="yes" maximizebutton="yes" minimizebutton="yes" singleinstance="yes" sysmenu="yes" version="1.0" windowstate="normal" navigable="yes" selection="no"/>
function

Generate

Import

The archive

Cancel
immediate withdrawal
边栏推荐
- 打造创客教育中精湛技艺
- 模板参数包和函数参数包
- Pytorch学习(二)
- Unity3d ugui force refresh of layout components
- Two methods of SSL certificate format conversion
- What files does a CA digital certificate contain? How to view SSL certificate information?
- [Postgres] Postgres database migration
- c#控制台格式化代码
- Matlab code running tutorial (how to run the downloaded code)
- What should academic presentation /ppt do?
猜你喜欢

Linear algebra Chapter 4 Summary of knowledge points of linear equations (Jeff's self perception)

IBM WebSphere channel connectivity setup and testing

What is the difference between a layer 3 switch and a layer 2 switch

FDA ESG regulation: digital certificate must be used to ensure communication security

Enlightenment from the revocation of Russian digital certificate by mainstream CA: upgrade the SSL certificate of state secret algorithm to help China's network security to be autonomous and controlla

微信小程序页面跳转以及参数传递

Cmake tutorial series -02- generating binaries using cmake code

Creating exquisite skills in maker Education

Pytoch learning (II)

FAQs for code signature and driver signature
随机推荐
Unity3D UGUI强制刷新Layout(布局)组件
银行的理财产品一般期限是多久?
CMake教程系列-02-使用cmake代码生成二进制
学术汇报(academic presentation)/PPT应该怎么做?
Heavy attack -- ue5's open source digital twin solution
Shell Sort
Cmake tutorial series-03-dependency management
Linear algebra Chapter 3 summary of vector and vector space knowledge points (Jeff's self perception)
重磅来袭--UE5的开源数字孪生解决方案
Threejs mirror case reflector create mirror + house construction + small ball movement
Creating exquisite skills in maker Education
[on] [DSTG] dynamic spatiotemporalgraph revolutionary neural networks for traffic data impact
Lua 基础知识
Série de tutoriels cmake - 02 - génération de binaires à l'aide du Code cmake
2.8 【 weight of complete binary tree 】
Playful palette: an interactive parametric color mixer for artists
Select sort
Jupyter notebook displays a collection of K-line graphs
并发请求下如何防重复提交
可视化HTA窗体设计器-HtaMaker 界面介绍及使用方法,下载 | HTA VBS可视化脚本编写