You can SET the size of a HTA window but I can\'t find a way to GET its size. All I can think of is reading document.body.offsetWidth and .offsetHeight, but those give you the viewport size 开发者_如
Has anyone got开发者_JAVA百科ten a debugger attached to mshta.exe after installing IE9? (64bit or WOW64)If you have Visual Studio, go to Tools -> Attach to Process and attach to the MSHTA.EXE proce
I\'d like to be able to launch a page.hta in 32bit and 64bit versions of the mshta.exe. Create the file c:\\page.hta
How can I create an HTA that enable close button after certain ti开发者_运维技巧me period(15 sec)?
I\'d like to programmatically copy tabular data (both formatting and formulas) to the clipboard from an HTA (HTML Application), to paste into Excel. Excel supports a text format called SYLK for accomp
Are there any tools available to perform automated testing of HTA - Html Applications that runs in IE? My application is a hta file that has the required css and minimal images that are required durin
I have a *.hta file that\'s going to be autorun by a DVD.It has links like: <a href=\"files/myfile.pdf>My File</a>
I\'ve created a .HTA HTML application and I need to be able to create test scripts for it using watin (or anything else if you can suggest something that will work and fit in well with Visual Studio T
I\'m using HTA and in it I have a function that should run开发者_如何转开发 a command line with wshell.run , If I\'m writing this line in Windows \'Run\' util it is working fine, I want it to work als
Can I programmatically upload a file to the server (without client\'s interference) ? I know this is not开发者_Go百科 possible in normal (.html) files. Is there anyway I can do it from .hta file? or a