When I create a form in vb.net, vb automatically makes use of
Inherits System.Windows.Forms.Form
With this, I am unabvle to inherit other classes as it is already taken up by this. Is this necessary? Is there another way aroun this problem?
Inherits System.Windows.Forms.Form
With this, I am unabvle to inherit other classes as it is already taken up by this. Is this necessary? Is there another way aroun this problem?