Quote Originally Posted by jmcilhinney View Post
Aha, you're coding in C#, which is case-sensitive, and you just copied and pasted .paul.'s code. If you had typed it then Intellisense would have shown you that, like all properties, Controls begins with an upper case letter. It does in VB as well but VB is not case-sensitive so the IDE changes the case for you.
hmmm... I'm getting this error now:

Non-invocable member 'System.Windows.Forms.Control.Controls' cannot be used like a method.