Hi,

VB6 scenario:
I want to display the Properties window [just like how VB6 IDE has] for a control, say a list item on my form, so that i can dynamically change the properties of the control.

Here's how I visualize my application:
Like, when i run my application, we see a form with two sections, one is control (list item) and another is Properties (height,width,items,color..etc). On this form user can change the properties for that list control and see the changes reflecting.

Can i do something like this using VB6?, if so can someone help me with this.

Thanks,
Sam