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
christian smith
NA
1
11.5k
how do I display a usercontrol on a panel
Jan 13 2011 9:23 PM
I have a homepage thats a form. This form contains three panels. One of the panels will be used to display different UserControls as I need them, based on links clicked on one of the other panels.
I can get a form to display ( but not within the panel for some reason). I'm hoping that there is an easy solution.. Basic code below. The Method is inside my main form and trying to display a usercontrol.
private
void
linkLabelNewCharacter_LinkClicked(
object
sender,
LinkLabelLinkClickedEventArgs
e)
{
SavageWorldsCharacterSheet
swcs =
new
SavageWorldsCharacterSheet
(); <--- usercontrol being instantiated =
true
;
swcs.Show();
}
Reply
Answers (
1
)
Regarding what to type into the parameter of this given function
Need help on implementing/ adding new controls or region next to ALL DAY EVENT in an outlook appointment page.