MetroSet-UI
MetroSet-UI copied to clipboard
Public Class Form1 : Inherits MetroSetForm error
Hi,
thanks for the great theme! I am trying to get it working but when I add the inherits to the form I get an error?
Severity Code Description Project File Line Suppression State Error BC30928 Base class 'MetroSetForm' specified for class 'Form1' cannot be different from the base class 'Form' of one of its other partial types. SBSChargesWebservices \Form1.vb 7 Active
For temporary time Please before inheriting from MetroSetForm try to have Form Load event by double clicking the form, then try to inherit from MetroSetForm.
I try to dig into this issue when I got enough time.
Best Regards.
Thank you I was able to figure it out I was putting the inherit in the form when I should have done it in the form designer area and it worked thank you!!
On Sat, Oct 10, 2020, 3:23 AM NARWIN [email protected] wrote:
For temporary time Please before inheriting from MetroSetForm try to have Form Load event by double clicking the form, then try to inherit from MetroSetForm.
I try to dig into this issue when I got enough time.
Best Regards.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/N-a-r-w-i-n/MetroSet-UI/issues/36#issuecomment-706503427, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACMIGTQ6X2BSKHL6LP26GK3SKADXLANCNFSM4SKN4JAA .
Great, happy coding.