I'm looking to either:
1) Add a design time button to a control to have a configuration window show.
2) Show a configuration window when an item is first added to a form.
On the form I'll be displaying a collection on the Form (control collection) and I'll be displaying 2-4 control collections on the control.
Basically the control (aside from other purposes) contains a state property and when it changes, it affects other controls on the form, such as enabling, disabling, hiding, clearing, etc.
So if anyone can show me (or point me in the right direction for) the basics of the proper event and way to check the logic, I would be most appreciative
1) Add a design time button to a control to have a configuration window show.
2) Show a configuration window when an item is first added to a form.
On the form I'll be displaying a collection on the Form (control collection) and I'll be displaying 2-4 control collections on the control.
Basically the control (aside from other purposes) contains a state property and when it changes, it affects other controls on the form, such as enabling, disabling, hiding, clearing, etc.
So if anyone can show me (or point me in the right direction for) the basics of the proper event and way to check the logic, I would be most appreciative