Hello there! This is my first post to General VB in absolutely ages
Anyway here's the problem: I need a control that will do what the properties window in VB6 does - a list of different named attributes with corresponding input facilities next to the names. Attributes that are plain text get textboxes next to them, those that are files get those textboxes with the [...] button that brings up the file dialog, attributes which have a certain number of constants get a combobox with the list of constants available by dropping down the list..... I think you get the idea
So, is there a control that does this? I figure there must be since it's used in a few places and seems like a useful kinda thing.
Any suggestions?





Reply With Quote