Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there,

I have created a html application, how can i convert it into win32 application ?
Posted

1 solution

Rewrite it. A HTA is an offline web page with high access scripting support. Actually there are tools, (like this one: http://www.scriptcode.com/battoexe/[^]), that can convert it to exe, but it is actually adding a wrapper around it, thus you won't get something completely new.

Some libraries you might find interesting if you don't want to rewrite completely...:
http://javascriptdotnet.codeplex.com/[^]
https://bitbucket.org/geckofx[^]
http://code.google.com/p/open-webkit-sharp/[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900