Ultimate Web Site Drop Down Menu Forum

Ultimate Web Site Drop Down Menu Forum (http://www.udm4.com/forum/index.php)
-   CSS and HTML (http://www.udm4.com/forum/forumdisplay.php?f=8)
-   -   HTA : Height and width? (http://www.udm4.com/forum/showthread.php?t=418)

paulj 08-22-2007 10:01 PM

HTA : Height and width?
 
Hi guys!I've just discovered the possibillities of HTA's, but I have a simple problem. What's the commands to set the width and height of the HTA?

03-23-2008 11:41 PM

Paulj,

with this code you can set the width and height of your HTA:
self.ResizeTo 715,685

with this code you can position the HTA on your screen:
window.moveTo 0,0

To get the left- and topposition of an HTA:
x = window.screenLeft
y = window.screenTop

I have a question as well, how do you GET the width and height of an HTA?


All times are GMT. The time now is 07:39 AM.

Powered by vBulletin® Version 3.0.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.