[AccessD] text box array

Oleg_123 at xuppa.com Oleg_123 at xuppa.com
Tue Jun 29 20:17:19 CDT 2004


Hey
I have to create text box array, and i don't qite remember how to go about it
right now i am just trying to create textbox via code, and can't find
anthing on it...

Private Sub Command6_Click()
Dim x As Control
Dim y As TextBox

Set y = New TextBox
y.Width = 1
y.Height = 0.5
y.Left = 1
y.Top = 0.6

y.Visible = True
End Sub



-----------------------------------------
Make Money and Find Love at Finally.com
http://www.finally.com/?link=webmail





More information about the AccessD mailing list