hey
i need to create an array of objects then to use it in a list control,,
- im asking the user to enter data using textboxes and combo box in a dialog then he click ok ...
-after the ok i want it to be inserted in the array so i can use it later ...
-this operation will loop until he decide to stop ...
-then in another dialog i want to display the items of the array in a list control
can anybody help me or if there is any tutorials about array of objects ,,,
thanks in advance
i need to create an array of objects then to use it in a list control,,
- im asking the user to enter data using textboxes and combo box in a dialog then he click ok ...
-after the ok i want it to be inserted in the array so i can use it later ...
-this operation will loop until he decide to stop ...
-then in another dialog i want to display the items of the array in a list control
can anybody help me or if there is any tutorials about array of objects ,,,
thanks in advance
Comment