October 2006 Entries

C# Form Inheritance

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...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, October 23, 2006 11:56 PM | Feedback (2)

Copyright © Chip Lemmon

Design by Bartosz Brzezinski

Design by Phil Haack Based On A Design By Bartosz Brzezinski