您现在的位置是:网站首页> 编程资料编程资料
A notepad made in HTA(hta实现的记事本)_hta_
2023-05-25
465人已围观
简介 A notepad made in HTA(hta实现的记事本)_hta_
This notepad can handle bigger files than the one shiped with Win9x.
Learn how to make windows looking interfaces in HTML.
Interesting use of Commondialogs.
效果图:

Learn how to make windows looking interfaces in HTML.
Interesting use of Commondialogs.
效果图:

复制代码 代码如下:
BORDERSTYLE="normal" CAPTION="yes" CONTEXTMENU="yes"
INNERBORDER="no" MAXIMIZEBUTTON="yes" MINIMIZEBUTTON="yes"
NAVIGABLE="yes"
ICON="NOTEPAD.EXE" SCROLL="no" SCROLLFLAT="no"
SELECTION="no" SHOWINTASKBAR="yes" SINGLEINSTANCE="no"
SYSMENU="yes" VERSION="0.3" WINDOWSTATE="normal">
| onmouseover='MenuOver Me,MyFileMenu' onmouseout='MenuOut Me'> File | onmouseover='MenuOver Me,MyEditMenu' onmouseout='MenuOut Me'> Edit | onmouseover='MenuOver Me,MyFindMenu' onmouseout='MenuOut Me'> Find | onmouseover='MenuOver Me,MyHelpMenu' onmouseout='MenuOut Me'> ? |
您可能感兴趣的文章:
