Hi... What I'm trying to do is to list all the controls in a form with their images in a treeview (like document outline), but most of my controls in a form are UserControls so I don't want to show a "wheel" for those. I want MyTextBox: UserControl to show TextBox image, but for some weird reason it doesn't work (by the way I'm using .net 2.0)...
Thanks, Marina |