Skip to content

A simple Windows Application to load a Website as a Desktop Application

Notifications You must be signed in to change notification settings

domsch1988/Website2App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Website2App

A simple Windows Application to load a Website as a Desktop Application

Just Create a shortcut to the Executable or put it in the Taskbar. The Executable takes two commandline arguments:

  • The URL for the Website. This HAS TO BE a full URL. With http/https
  • The Title of the Window (Optional). If not present, your provided URL will be the Title

Example: Website2App.exe https://mail.google.com GMail

Currently, you need to set the Icon for the shortcut yourself.

If you need specific scripting or you get errors on loading the website, you need to add the following into the Registry: HKLM\SOFTWARE\WOW6432Node\Microsoft\Internet Explorer\Main\FeaterControl\FEATURE_BROWSER_EMULATION\

  • Create a new DWORD entry
  • Name is "Website2App.exe"
  • Value is "11001" Decimal

This ensures the App is using IE11 as a Browser engine. If not present, it defaults to some older version which doesn't support some kinds of scripting or other features.

Please keep in mind, that this is NOT a full on Browser. There is no Adressbar, no navigation. The Website needs to provide everything you need to move arround. Also, currently back and forward mouse buttons don't work. I'll implement that at a later date.

About

A simple Windows Application to load a Website as a Desktop Application

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages