View a web page in a standard Gambas GUI application

Post your Gambas programming questions here.
Post Reply
User avatar
sarpomira
Posts: 20
Joined: Monday 28th December 2020 4:15pm

View a web page in a standard Gambas GUI application

Post 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
User avatar
BruceSteers
Posts: 1580
Joined: Thursday 23rd July 2020 5:20pm
Location: Isle of Wight
Contact:

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

Post by BruceSteers »

WebView puts a chromium browser in

https://gambaswiki.org/wiki/comp/gb.gui.webview
If at first you don't succeed , try doing something differently.
BruceS
User avatar
sarpomira
Posts: 20
Joined: Monday 28th December 2020 4:15pm

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

Post by sarpomira »

Thank you BruceS, that worked.

Cheers
Post Reply