Originariamente inviato da sms
grazie ..
ora li cerco sul libro e me li studio ..
credevo bastasse compilare il il tutto in 1 dll..

x la 2^ domanda??
ho visto ke con vs mi genera giā 1 proprietā text ..
quindi eventualmente basterebbe cambiare il nome ..
e se ne volessi aggiungere 1 basta fare cosi ..

codice:
Dim _text2 As String

    <Bindable(True), Category("Appearance"), DefaultValue("")> Property [Text2]() As String
        Get
            Return _text2
        End Get

        Set(ByVal Value As String)
            _text2 = Value
        End Set
    End Property
giusto?