Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dim
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Dim
Miscellaneous
Thread ID:
00726749
Message ID:
00726749
Views:
38
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
Next
Reply
Map
View

Click here to load this message in the networking platform