You could just change "Inherits System.Windows.Forms.UserControl" to "Inherits System.Windows.Forms.MainMenu," although I don't think that this is what you were looking for.
Printable View
You could just change "Inherits System.Windows.Forms.UserControl" to "Inherits System.Windows.Forms.MainMenu," although I don't think that this is what you were looking for.
I think your right, it's going to be something along those lines. I'll have to inherit something other than a user control. I think the timer inherits System.Windows.Forms.Form
Thanks for the advice. :)
Let me know if you figure that out. I'm interested to see how to do that.