Quote Originally Posted by marcellus View Post
The only reason why I am calling it from Module1 is because I don't want all of the code to be in Form1.
There is no reason a form cannot contain all your code. You could use a Partial class to move the code into another file, but there is no real benefit.