I have 2 problems regarding the design in the WebGui from Gizmox:
How can I set a page icon for a form (or the entire website for that matter). I tried setting the Icon Property from the forms property grid but it does not work
How can I change the loading page animation
I finally figured it out.
When a VWG application runs, it will look for favicon.ico file on the virtual folder in the following locations and in the following order, and then pick or use the LAST one it finds: The root folder, Url will be /favicon.ico The Resources\Icons folder, Url will be /Icons.favicon.ico.wgx
From here