AddTextBox
Previous
Top
Next
Adds a TextBox to a Form or to a Panel at runtime.
Syntax: AddTextBox (Form | Panel, Name, Left, Top, Width, Height, Text)
Example:
AddTextBox ("Form1","TextBox1", 20, 20, 50, 25, "")
Note: TextBox height is affected by its font size.