Inherits System.Windows.Forms.Form
And then in the form that will inherit this from the global
Inherits MenuStrip
"MenuStrip" is what the global form is called. But keep getting this error
Error 1 Base class 'MenuStrip' specified for class 'Lesson2' cannot be different from the base class 'System.Windows.Forms.Form' of one of its other partial types.
How do i fix this/?