TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Anthony
NA
16
0
Access One User Control From Another User Control
Nov 16 2010 11:47 AM
I have a form, form1, that I have placed two user controls on, uc1 and uc2. Displaying a user control from code in the form is simple, uc1.Show(). My question is, how do I display one user control from code within another user control, i.e. uc2.Show() called from uc1 does not work. I have been doing some reading on delegates and events, but I am having a difficult time finding a good example. Any help would be appreciated.
Reply
Answers (
16
)
Problem in button (.Net 2008, Framework 3.5).
Converting from C# to VB problem