Creating objects at runtime
... let ' s consider we have a form with a button ... when the button if pressed i want the code to look in a list box on another form and for each item in the listbox create an imagecontrol ... at runtime how can i do that ?
any help would be greatly apreciated ...
- Regards -
# 1 Re: Creating objects at runtime
try reflection..
look at Class.forName(..) , Class.newInstance() functions..
poochi at 2007-11-10 2:55:57 >
