hta
How to get the size of a HTA window?
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 开发者_如[详细]
2023-02-20 21:49 分类:问答How to debug IE9 HTA?
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[详细]
2023-02-18 06:50 分类:问答Executing 32bit and 64bit mshta.exe (bypass default handler)
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[详细]
2023-02-17 02:02 分类:问答How can I create an HTA that enable close button after certain time period(15 sec)?
How can I create an HTA that enable close button after certain ti开发者_运维技巧me period(15 sec)?[详细]
2023-02-13 22:23 分类:问答Copy SYLK formatted text to clipboard from HTA
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[详细]
2023-02-12 23:57 分类:问答Automating HTA - Html Application Testing
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[详细]
2023-02-07 17:24 分类:问答IE hangs when opening a file from a HTA, the first time. Works OK after that, if it can open one
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>[详细]
2023-02-05 11:15 分类:问答How can I use watin with a .HTA HTML Application?
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[详细]
2023-02-05 09:07 分类:问答Javascript wshell.run not working properly
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[详细]
2023-01-31 14:23 分类:问答Upload file programmatically
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[详细]
2023-01-29 06:19 分类:问答