View Single Post
Unread 03-23-2008, 11:41 PM
stronky4p
Posts: n/a
  #2  
Default

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?
Reply With Quote