Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating my class based on existing control
Message
De
31/08/2002 15:04:37
Christian Cote
Les Logiciels Onoma Inc.
Longueuil, Québec, Canada
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Programmation orienté objet
Titre:
Creating my class based on existing control
Divers
Thread ID:
00695712
Message ID:
00695712
Vues:
44
HI,
I tried to subclass a textbox control and I get an error telling me that I need to declare something
Here is the code
Imports System.Windows.Forms
Namespace MyCtrls

Public Class MyTxtbox
Inherits System.Windows.Forms.TextBox

End Class

End Namespace

As soon as I want to refer to MyTxtbox, vb.net is telling me "Declarartion expected". Also, intellisense in not functionning at that point (MyTxtbox. member list). What do I need to declare?

Thank you for your help,
Christian
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform