Specify the hta hide size window

Asked By 30 points N/A Posted on -
qa-featured

Hello,

I want to specify some specific size for hta hide but i am facing some problems and i am not able to do so. Please give me the solution for hta hide size window .

SHARE
Answered By 5 points N/A #193776

Specify the hta hide size window

qa-featured

To specify your hta window size follow these steps. First you will have to create a Window_onLoad subroutine, there put these codes:

Sub Window_onLoad

    window.resizeTo (xxx),(yyy)

End Sub

x and y are pixel sizes, and that should be it the next time you run your hta it should be in a size that you put in that command.

 

Related Questions