I'm using PB on Windows and would like to force the Edge mode when using the webgagdet.
Is the following approach fail-safe, meaning that no system error message boxes will appear in case Edge is not properly installed ?
Code: Select all
wg= WebGadget(#PB_Any, 0, 00, 780, 510, "",#PB_Web_Edge)
If IsGadget(wgt)=false
wg= WebGadget(#PB_Any, 0, 00, 780, 510, ""); Edge not installed, use normal mode
endif