I am making a quotefalls word game and need to make up to 100 text boxes at runtime. I need one event handler for all of them and I need to be able to easily iterate through all of them.
I was thinking in terms of an array of text boxes but maybe that won't work???
I read in a quote from a text file and then I need to create the grid that the letters will eventually go in for each letter in the quote.
2007-08-08
12:57:34
·
2 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
if you look here
http://msdn2.microsoft.com/en-us/library/kxt4418a(VS.80).aspx
you will see everything I am talking about toward the bottom of the page except how to deal with a ton of replicated controls.
2007-08-08
13:07:31 ·
update #1