Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
Use controls from other forms
Squabbi Kong
11y
946
1
Reply
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! :)
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
How to save User Settings in WPF?
Problem for get the hidden value from datagrid in WPF