
This requirement has complicated things because none of my already available options support Windows XP as of now. These prototypes seemed to work perfectly with the site and looked very promising, however since making these demo's I got the requirement to support Windows XP as well.


I've already looked at a few possibilities to help me create a browser without having to write the engines myself and this resulted in creating small prototypes for Electron, CefSharp, and Geckofx, these last two were done in c# WinForms, where the default webbrowser control was replaced by a chromium engine and the firefox engine Gecko in the case of Geckofx). For my internship, I need to create a customized browser that will host their web application and simulates it to be like a normal desktop app for the user.
