G
Guest
(This was first posted in the VB newsgroup, but I got the impression that is
really for VB6 so I'm posting it here, too.)
We have an application that is used to edit properties of a .NET form. It
looks sort of like the .NET IDE, but is just for basically alterinf visyal
attributes on the form.
When you select a control (e.g., text box or label) you see some of ist
properties in a PropertyGrid control and the name of the selected control in
a ComboBox control we have off to the side. This all works fine.
However, if one uses the ComboBox to select from a list of the available
controls on the form, we don't seem to be able to detect this happening so we
can't select the control on the form corresponding to the one selected by the
ComboBox.
Is there an event or some other "thing" we can use to tell us a selection
was made with the ComboBox so we can then get that selection from the
ComboBox and then highlight the control on the form? Any ideas or
suggestions?
really for VB6 so I'm posting it here, too.)
We have an application that is used to edit properties of a .NET form. It
looks sort of like the .NET IDE, but is just for basically alterinf visyal
attributes on the form.
When you select a control (e.g., text box or label) you see some of ist
properties in a PropertyGrid control and the name of the selected control in
a ComboBox control we have off to the side. This all works fine.
However, if one uses the ComboBox to select from a list of the available
controls on the form, we don't seem to be able to detect this happening so we
can't select the control on the form corresponding to the one selected by the
ComboBox.
Is there an event or some other "thing" we can use to tell us a selection
was made with the ComboBox so we can then get that selection from the
ComboBox and then highlight the control on the form? Any ideas or
suggestions?