YOUF Posted May 14, 2008 Posted May 14, 2008 <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~~
Greenhorn Posted May 14, 2008 Posted May 14, 2008 BORDER="none" CAPTION="no" INNERBORDER="no" SELECTION="no" SHOWINTASKBAR="no" SINGLEINSTANCE="no" SYSMENU="no" SCROLL="no" TITLEBAR="no"http://www.autoitscript.com/autoit3/docs/a...x/GUIStyles.htm GuiCreate()
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now