[Gambas-user] How to set name of control
Daniel Quintero
dquinter at ...626...
Fri Apr 11 18:35:22 CEST 2014
TextBox1, TextBox2 and TextBox1 already exist in my form FMain (Obviously,
Button1 too):
Public Sub Button1_Click()
Dim col As New Collection
Dim i As Integer
col["1"] = TextBox1
col["2"] = TextBox2
col["3"] = TextBox3
For i = 1 To 3
col[CStr(i)].Text = "TextBox: " & CStr(i)
Next
End
*_________________________*
*Lic. Daniel Quintero Rojas*
*¡Saludos desde México!________*
On Fri, Apr 11, 2014 at 11:23 AM, abbat81 <abbat.81 at ...787...> wrote:
> The Textbox2 exist allready (((
>
>
>
> --
> View this message in context:
> http://gambas.8142.n7.nabble.com/How-to-set-name-of-control-tp46134p46149.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Put Bad Developers to Shame
> Dominate Development with Jenkins Continuous Integration
> Continuously Automate Build, Test & Deployment
> Start a new project now. Try Jenkins in the cloud.
> http://p.sf.net/sfu/13600_Cloudbees
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
More information about the User
mailing list