[Gambas-user] Howto create a new istance of webbrowser component?

Benoit Minisini gambas at ...1...
Sun Mar 30 15:36:18 CEST 2008


On dimanche 30 mars 2008, andy2 wrote:
> the following code gives me an error:
>
> PUBLIC SUB newweb()
> DIM mybrowser AS NEW WebBrowser
> ..........
>
> END
>

You must specify the parent container of the WebBrowser (see the 
documentation).

Regards,

-- 
Benoit Minisini




More information about the User mailing list