[Gambas-user] Custom controls - 1 more question
Aaron Peachey
alpeachey at ...626...
Tue Jan 19 11:15:52 CET 2010
Yes, this is the code in my form's class file:
PUBLIC SUB Form_Open()
DIM lblName AS Label
lblName = NEW Label(ME)
lblName.Show()
END
More information about the User
mailing list