[Gambas-user] How to set name of control

Charlie Reinl Karl.Reinl at ...9...
Fri Apr 11 18:36:03 CEST 2014


On Fri, 11 Apr 2014 09:23:22 -0700 (PDT), abbat81 <abbat.81 at ...787...>
wrote:
> The Textbox2 exist allready (((

Dim Mycol As Collection
Mycol["2"] = TextBox2


Null Object comes from Mycol

try

Dim Mycol As New Collection
Mycol["2"] = TextBox2


Amicalement
Charlie




More information about the User mailing list