views:

264

answers:

1

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?

Should I download the web edition because hta files are like web pages, or should I download one of the others because hta files work on the local machine? Or is there another IDE I can use?

+1  A: 

SharePoint Designer 2007 which is now free to use. FrontPage 2003 if you already have it. I feel that FrontPage/SharePoint HTML editing is awesome, especially the VBA support during design-time editing. When you want to view the HTML Application, just press F12.

Visual Web Developer Express will also work well. Note that Visual Studio 2008 versions use "SharePoint Designer 2007" as the HTML editor. Even though Visual Studio uses the same HTML editor, the editor user-interface is much better in SharePoint Designer 2007 or FrontPage 2003.

To debug see the below reference.

AMissico