I'm very new to C# and Visual Studio but I'm finding my way around a bit.

I'm completely stumped on this issue. I don't know what I have done to cause my form to do this... I have several forms which all work correctly except this one (and it worked right at one point...).

To make a long story short, the Form_Load event is never actually touched when my form is loaded.... To verify this, I added MessageBox.Show("Test"); inside of it and the form actually loads but any code in the _Load event isn't ran...

I know it sounds strange and I'm hoping it's just something like a simple and stupid thing that I have done...

Thank you,
Jerad