After 2 years of threatening - I have finally started trying to code in VB .Net. I'm trying to start out with a small project and learn some of the nuances as I go. The first thing I ran into was I tried to put some declare statements at the top of my form and was told that these statements can not be outside of a namespace. How/where do I declare variables with module scope?