Jump to content

hta to au3


Recommended Posts

<HTML>

  <HEAD>

  <TITLE>HTA Demo</TITLE>

<HTA:APPLICATION ID="oMyApp"

APPLICATIONNAME="desktop"

BORDER="none"

CAPTION="no"

INNERBORDER="no"

SELECTION="no"

SHOWINTASKBAR="no"

SINGLEINSTANCE="no"

SYSMENU="no"

SCROLL="no"

TITLEBAR="no"

/>

<script Language="VBScript">

intRight = (screen.width - 100) / 1.05

intBottom = (screen.height - 80) / 1.05

window.resizeTo 100,80

window.moveTo intRight, intBottom

</SCRIPT>

  </HEAD>

  <BODY SCROLL="no">

<a href=D:\menu.exe target=_blank><img src=Game.ICO width=55,height=55,menubar=no,status=no,scrollbars=no,toolbar=no,location=no></a>

  </BODY>

  </HTML>

this hta Transformation autoit~!

plese~~

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...