change HTA application window size

hta
Remus Rigo picture Remus Rigo · Jul 2, 2010 · Viewed 26.5k times · Source

is there any way to change the size of an HTA application?

thanks

Answer

Piskvor left the building picture Piskvor left the building · Jul 2, 2010
<script type="text/javascript">
    window.resizeTo(300,290);
</script>