¡@

Home 

c# Programming Glossary: baseform

How can I get Visual Studio 2008 Windows Forms designer to render a Form that implements an abstract base class?

http://stackoverflow.com/questions/1620847/how-can-i-get-visual-studio-2008-windows-forms-designer-to-render-a-form-that-im

code to the problem Form1 Form Problem public class Form1 BaseForm ... public abstract class BaseForm Form This is where the initial.. public class Form1 BaseForm ... public abstract class BaseForm Form This is where the initial question came into play. As said.. class Form1 MiddleClass ... public class MiddleClass BaseForm ... public abstract class BaseForm Form ... This actually works..

How can I create an interface in VBNet with implicit implimentations

http://stackoverflow.com/questions/1685976/how-can-i-create-an-interface-in-vbnet-with-implicit-implimentations

DoShow and DoHide. Something like this. Public Class BaseForm Inherits System.Windows.Forms.Form Implements FormInterface.. End Class Else you could by accident do this. Public Class BaseForm Inherits System.Windows.Forms.Form Implements FormInterface..