|
-
February 26th, 2000, 05:12 PM
#1
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 -
-
February 26th, 2000, 05:39 PM
#2
Re: Creating objects at runtime
try reflection..
look at Class.forName(..) , Class.newInstance() functions..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|