You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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 ***@***.***> 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
<#36 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACMIGTQ6X2BSKHL6LP26GK3SKADXLANCNFSM4SKN4JAA>
.
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
The text was updated successfully, but these errors were encountered: