Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dim
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Dim
Divers
Thread ID:
00726749
Message ID:
00726749
Vues:
40
How does an object get added into IntelliSense?
If I type "Dim otextContainer As New " I can not see my user control objects in IntelliSense.
I see my forms and many many other things that I have not got my brain around yet.
If i drag an control from the Solutions Explorer it is added to the current form.
I would like to add the control in code. Something like this
 Dim otextContainer As New TextContainer
 otextContainer.Dock = DockStyle.Left
 Me.Controls.Add(otextContainer)
The error says that I have not defined TextContainer. How do I define it and why is it different then a form?

thanks
- jim
- jim durkin

"The universe is a big place, perhaps the biggest." Kurt Vonnegut
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform