C
Crirus
I need to derive the Windows.Forms.Control 2 times so I design a class like
this
Public Class BMControl
Inherits System.Windows.Forms.UserControl
Public Class MapControl
Inherits BMControl
Now, how can I make MapControl editable in design mode just like standard
System.Windows.Forms.UserControl?
Right now, I dont see a UserControl form in design mode, but a large area
non editable....I cant set the size, add controls, and stuffs like it was
System.Windows.Forms.UserControl
this
Public Class BMControl
Inherits System.Windows.Forms.UserControl
Public Class MapControl
Inherits BMControl
Now, how can I make MapControl editable in design mode just like standard
System.Windows.Forms.UserControl?
Right now, I dont see a UserControl form in design mode, but a large area
non editable....I cant set the size, add controls, and stuffs like it was
System.Windows.Forms.UserControl