blah blah blah is here! blah blah » Close

1
votes
2 answers

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 ...

0
votes
3 answers

converting textbox to Int and calculating

I'm trying to calculate my textboxes together and display the total, I think i've got a fault whilst converting to int as it throws message window up error with value entered? is there a better way to do this calculation? [code]int label ...

1
votes
1 answers

XML and text boxes

Might be a real nobby basic question but, is it possible to populate text boxes on a form with different elements of an xml file? My idea is to have an xml file with people in it which will include first name, last name, address etc. I woul ...

Feedback