alive.hta
copy to alive.hta:
<html>
<head>
<title>alive</title>
<HTA:APPLICATION
ID="alive"
Version="1.01"
BORDER="thin"
BORDERSTYLE="normal"
CAPTION="yes"
APPLICATIONNAME="alive"
SCROLL="auto"
SINGLEINSTANCE="yes"
MINIMIZEBUTTON="yes"
SCROLL="no"
SHOWINTASKBAR="no"
SYSMENU="yes"
ICON="settings.ico"
/>
<style type="text/css">
.style1
{
font-family: Tahoma;
}
.style2
{
width: 77px;
height: 78px;
}
</style>
</head>
<script language="VBScript">
Sub Window_onLoad
window.resizeTo 300,150
End Sub
Sub closeWindow
self.close
End Sub