Marv-in,
I have tried this, but I am inheriting from existing controls. Since I need the line "Inherits System.Windows.Forms.TextB
'###BEGIN CODE###
Imports System.Windows.Forms
Namespace CustomControls
Public Class modifiedTextBox
Inherits System.Windows.Forms.TextB
.
.
.
End Class
Public Class modifiedDataGrid
Inherits Windows.Forms.DataGrid
.
.
.
End Class
End Namespace
'###END CODE###
Main Topics
Browse All Topics





by: Marv-inPosted on 2006-12-14 at 14:03:31ID: 18142565
in 2003
you add a new item of user control
build your project
control should show in the toolbox in the My User Controls section