how to create controls(like button , textbox) dynamically , i want to create these for 10 or may be more than 10 times .
so i think i have to go through loops and probably i can do that but the problem is that how to create controls in runtime. is this possible to achieve that using control array ?
one more question is that how to display color palatte window in vs2008 so we can create color of our own wish?