I'm sure this info is available in a million places... if you search for the right thing. As most of you know I am traditionally a VB/VB.Net developer who has transitioned to the bilingual world. There are still some odd bits and pieces that trip me up from time to time. Today was one of those times. I was trying to create a "base form" in C# in which all other forms could inherit from. To do this I created a BaseForm abstract class in my UI project with two abstract methods. I then created my first ......