[Gambas-user] Adding a new control to existing container(Panel)

Adam Ant adamnt42 at ...626...
Sun Aug 5 15:41:13 CEST 2012


On Sun, Aug 5, 2012 at 11:01 PM, abbat <abbat.81 at ...787...> wrote:

>
> A have an existing Panel1 which contains a few controls.
> How to add a new control to existing panel?
> I could not find anything in properies of panel(list of controls or
> something else)
> Thanks
> --
> View this message in context:
> http://old.nabble.com/Adding-a-new-control-to-existing-container%28Panel%29-tp34257551p34257551.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
>
Dim MyControl as TextBox ' or whatever

MyControl = New TextBox(Panel1)

Abbat,
I can't access the help at the moment to give you a link, but you need to
read and understand completely what that syntax means.
Bruce



More information about the User mailing list