Page 1 of 1

View a web page in a standard Gambas GUI application

Posted: Monday 23rd October 2023 8:07pm
by sarpomira
Hello,

Can anyone point me in the right direction regarding which control needs to be dropped into my form in order to display a web page ?
Could it be the HtmlView control in the Project --> Properties ..> Components menu ?
I did import this control but I can't see any "URL" field in it's properties.

I want my application to download and display a simple website in one part of the form whenever the application is run.

Thanks much

Re: View a web page in a standard Gambas GUI application

Posted: Monday 23rd October 2023 8:31pm
by BruceSteers
WebView puts a chromium browser in

https://gambaswiki.org/wiki/comp/gb.gui.webview

Re: View a web page in a standard Gambas GUI application

Posted: Wednesday 25th October 2023 1:47pm
by sarpomira
Thank you BruceS, that worked.

Cheers