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
Squabbi Kong
NA
7
17.1k
Use controls from other forms
Oct 7 2013 5:54 AM
Hi there,
I'm in needing of help of using controls from another form. Here is what I want to use it in:
if (form2.checkbox1.IsChecked)
{
messagebox.Show("Form2 Checkbox1 is selected!");
}
But it doesn't show the controls on form2 when I type:
private void Window_Loaded(object sender, RoutedEventArgs e)
{
Form2.
}
Any help will be greatly appreciated! :)
Reply
Answers (
2
)
How to save User Settings in WPF?
Problem for get the hidden value from datagrid in WPF