manipulating forms and components
Posted: Tue Mar 14, 2006 10:25 am
Hi,
I have a question about the forms and the components it contains.
If I create a custom form via the form editor and add to it a list box, it that possible for me to fill the list at runtime ?
for example
Form1.MylistBox.Items.Add (.....)
Is there a way to manipulate the forms as object like this and access the component it contains ?
thank you.
I have a question about the forms and the components it contains.
If I create a custom form via the form editor and add to it a list box, it that possible for me to fill the list at runtime ?
for example
Form1.MylistBox.Items.Add (.....)
Is there a way to manipulate the forms as object like this and access the component it contains ?
thank you.