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

richard terry rterry at ...1822...
Sun Mar 30 23:13:33 CEST 2008


Andy try this:

PUBLIC SUB Form_Open()
DIM myWebBrowser AS WebBrowser
myWebBrowser = NEW WebBrowser(ME)
END


Me can be any control/panel/split or whatever you wish to stick your contorl 
on
Richard


PUblic New
On Sun, 30 Mar 2008 11:17:32 pm you wrote:
> the following code gives me an error:
>
> PUBLIC SUB newweb()
> DIM mybrowser AS NEW WebBrowser
> ..........

> END
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplac
>e _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


-------------- next part --------------
A non-text attachment was scrubbed...
Name: stickonacontrol-0.0.1.tar.gz
Type: application/x-tgz
Size: 7534 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20080331/e877f0aa/attachment.bin>


More information about the User mailing list