Public Sub New() MyBase.New() 'This call is required by the Component Designer.
InitializeComponent()
'Add any initialization after the InitializeComponent() call<changes could be safely added here>
End Sub
Any changed made in the designer file in VS2005 will get wiped out the next time changes are made to the design surface. Where can I override or add to the "New" sub

Bug in components (VB)
RobertBarnes