S
sergey
Hi,
I want show all components names on form when I press button. I wrote this
code button's.onclick event:
for (int i = 0; i<=this.components.Components.count - 1; i++)
MessageBox.Show(this.components.Components.ToString());
But when I click button, system show error message.
How can I show all components names on form?
I want show all components names on form when I press button. I wrote this
code button's.onclick event:
for (int i = 0; i<=this.components.Components.count - 1; i++)
MessageBox.Show(this.components.Components.ToString());
But when I click button, system show error message.
How can I show all components names on form?