Friday, December 30, 2005

QOTD

What’s nice about creating and manipulating controls in code is that you’re creating and manipulating them in code. Suppose you want a column of ten equally-spaced buttons of the same size displaying Color names. In a program, you can actually store those ten Color values in one place. It’s called an array. There’s also an excellent way to create and position these ten buttons. It’s called a for loop. This is programming.

-- Petzold

Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?