Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating my class based on existing control
Message
From
31/08/2002 15:04:37
Christian Cote
Les Logiciels Onoma Inc.
Longueuil, Quebec, Canada
 
 
To
All
General information
Forum:
ASP.NET
Category:
Object Oriented Programming
Title:
Creating my class based on existing control
Miscellaneous
Thread ID:
00695712
Message ID:
00695712
Views:
45
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
Next
Reply
Map
View

Click here to load this message in the networking platform