Categories

Connect With Jason

Ad Space

Learn to Code with Code Year

I’ve had many folks ask me how to get started coding over the years. There are so many resources available that it is sometimes difficult to point them in a single direction. Newcomers can easily be frustrated by having too many choices or by the girth of many programming books.

A great resource for

Continue reading Learn to Code with Code Year

Context Awareness and Recursion Part 4 of 4

I finished up Part 3 in this series with some methods to display a hierarchical TreeView of Controls.  In the last post, I mentioned that we would continue with a demonstration of populating a menu of controls.  Hopefully at this point we’ve done this enough that you can adapt the methods to your own needs. 

Continue reading Context Awareness and Recursion Part 4 of 4

Context Awareness and Recursion Part 3 of 4

I finished up the last post with a promise of a treeview, which we will get to.  First, I wanted to take a short side trip on why we are using a timer and what may seem to be some over engineering.  We could accomplish basically the same results that we’ve achieved so far by

Continue reading Context Awareness and Recursion Part 3 of 4