There was an idea to write Desktop-applications from all sorts of different web-scripts, ala "currency exchange rates on the desktop" or "weather outside the window." But in my web applications I used a lot of CSS3, which is clearly not supported by IE. (I have installed IE ver.8).
So, I would like not to force the user to update a whole Web browser from Microsoft because of a small program with two digits, and on the developer’s side replace the engine in the TWebBrowser component so that it renders HTML like normal browsers. Those. so that the software does not depend on IE.
Is it possible? Or do I need to search and install an alternative for TWebBrowser?