Electron concept is to use web apps as desktop apps.
With these small batch files we launch our remote web apps developed with mod_harbour:
Once Edge shows press F11 to hide the navigation bar (any idea to do this programmatically?)
myapp.vbs
myapp.bat //this option is worse as a cmd window is shown
With these small batch files we launch our remote web apps developed with mod_harbour:
Once Edge shows press F11 to hide the navigation bar (any idea to do this programmatically?)
myapp.vbs
Set objIE = CreateObject( "Shell.Application" )
objIE.Open( "microsoft-edge://harbour.fourtech.es/modharbour_samples/genesis/index.prg" )myapp.bat //this option is worse as a cmd window is shown
start microsoft-edge:https://harbour.fourtech.es/modharbour_samples/genesis/index.prg