VB2008 won't let me drag my lblBase class from the toolbox onto a form in design mode. Why? Is there a way around this?
Public Class lblBase
Inherits System.Windows.Forms.Label
'Public Sub New()
'MyBase.new()
' Me.BackColor = Me.Parent.BackColor
'End Sub
End Clas