Looking for sample code how to implement Windows forms inheritance. I downloaded ‘VB.NET - Windows Forms - How-To Inherited Windows Forms’ sample from a Microsoft site, but I want something which is more real.
Printable View
Looking for sample code how to implement Windows forms inheritance. I downloaded ‘VB.NET - Windows Forms - How-To Inherited Windows Forms’ sample from a Microsoft site, but I want something which is more real.
First line after your class declaration
Class myclass
Inherits System.Windows.Forms.Form