[Gambas-user] gb.gui.webview

Martin mbelmonte at belmotek.net
Sun Apr 25 22:02:33 CEST 2021


An optimal solution, thanks for the help.

Regards.

El 25/4/21 a las 21:03, T Lee Davidson escribió:
> On 4/25/21 2:40 PM, Martin wrote:
>> But, ¿How to check properly the gambas version?
>
> If CInt(Split(System.FullVersion, ".")[1]) < 16  then
>   Webview1.HTML = "the_HTML_Code"
> else
>   Webview1.SetHtml("the_HTML_Code")
> endif
>
>


More information about the User mailing list