After a bit of time away, I'm teaching part-time again. We were covering static members in VB and it ocurred to me (and the class) that static methods in VB exhibit different behaviour than in C#. I do a lot of my programming with C#, and I was explaining how Shared (the VB equivalent to the C# static...