I\'ve noticed a new trend in distributing potentially unsafe code where people will post an image to a server with a watermark suggesting that they change the filename to have a .HTA file extension.
I am developing an HTA that will run as a kiosk in our reception area. This kiosk can display web-pages that launch new windows using the window.open() method.
I am writing an HTA and I need to pass a variable that I have in Javascript to a VBScript function. Can you please let me know how to do this? Here is a (nonworking) example of what I\'m trying to do:
I\'m trying to manipulate Word from an HTA file开发者_开发百科 application. Currently, when I open word, it opens underneath my application. I\'d like to open it on top. I\'ve tried using the followin
I am trying to install an activex 开发者_C百科but my user has no admin priviliges. I saw an artical descirbing that HTA can install activeX as if it is an administrator.
Which version of Visual Studio Express should I use to develop an HTA application that will script Word and Excel and connect to a web service?
We\'d like to allow our users to download an hta file and run our web app inside it, and have certain pages detect that they are running in an hta file and offer additional features that a web app wou
I am trying to migrate an .hta application to a C# executable. Of course, since it\'s an .hta the code is all HTML and Jscript, with calls to local ActiveX objects.
I have programmed a post image HTA which is launched after an XP image has been loaded onto a computer. The HTA gathers information from the user (ie primary user name, department, etc) and updates th
JavaScript is the web language I am most comfortable with, and I am new to HTA but I think it might be \'the\' way to make a fully local dynamic page (updatable with imgs, forms, and the ability to sa