I want to build an application that will load the web like the web browser. But I want it looks like the application or like the .exe. When I double click, it will run the app and load the web.
My goal is :
Now I try with .hta and I include the <iframe>
there for show my web application at my server. But, the problem is when I open my .hta file, the google chrome frame don't load. So, the web looks so bad. I try to open with Internet Explorer. And the chrome frame is run normally.
There is some alternatives, tricks, or ways for solve my problem? Thanks for advance.
Try Titanium: http://www.appcelerator.com/. It makes custom build exes from html & JS and uses webkit. There's also one called Splashkit: http://code.google.com/p/splashkit/ which is a lot lighter and open source but there's no support or documentation and only the windows binaries are available.