votes
how to iterate through numeric textboxes on windows form??
I need to iterate through quite a few numeric textboxes using c# on my windows form, so that I can changet the textbox's contents and for the life of me, can't seem to figure this out. I've tried foreach (Control vControl in this.Control ...
