Top "Hta" questions

An HTML Application (HTA) is a Microsoft Windows program whose source code consists of HTML, Dynamic HTML, and one or more scripting languages supported by Internet Explorer, such as VBScript or JScript.

Pass Credentials to WMI Call in VBScript

I have VBScript inside a HTA getting the ping status from a local WMI call.. I also have a function …

vbscript wmi credentials hta
Using Javascript in HTA file to read/write from Windows registry

I'm currently attempting to write Javascript in order to read and write from the Windows registry in an HTA file. …

javascript windows registry hta wsh
VBScript file or folder selection

I have a small hta file with few vbs codes. It selects folder or file then make a copy to …

vbscript hta
Will Microsoft Edge and Windows 10 support HTA?

I'm working on an HTML Application for Windows 8.1, and, as our office soon will use Windows 10, I'm wondering if MS …

vbscript hta windows-10 microsoft-edge
Sleep routine for HTA scripts

In several of my .HTA scripts that I created, I had the need for the VBScript WScript.Sleep command which …

delay sleep wait hta
HTA's; use other browser to host?

If Microsoft's method for using IE as a local host for HTA's then, can I use any other browser instead?

html internet-explorer browser hta
How do I add coordinates to an SVG polyline?

How do I add coordinates to an existing SVG polyline with JavaScript? <svg height="240" width="700" id='svg'> <…

html svg jscript polyline hta
Security Level for WebBrowser control

I am trying to migrate an .hta application to a C# executable. Of course, since it's an .hta the code …

c# activex webbrowser-control hta
CSS3 support for HTA

Is HTML5 and CSS3 supported by HTA? If I am planning to use my application only with Windows operating system: …

css hta
How to debug IE9 HTA?

Has anyone gotten a debugger attached to mshta.exe after installing IE9? (64bit or WOW64)

debugging internet-explorer-9 hta