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
Aggelos Tzitzifas
1.6k
131
10.9k
how can I refresh a form from another. in Windows Forms
Oct 3 2013 5:17 AM
how can I refresh a form from another.
I have made properties in the program.
eg:
Main Form, Sub Form
H main opens Sub But I want the value of the sub to the display in Main without having to close and then re opened (Main_Load). through the properties I have made,
But at that time by one second to make renewal.
The Main has a TxtMain.
H Sub has 1 Textbox and a Button.
private void BtnSave_Click (object sender, EventArgs e)
{
Properties.Settings.Default ["Price"] = Convert.ToDouble (TxtSUB.Text);
Properties.Settings.Default.Save ();
}
So when you close the form OnClose () I want to get the property value and puts it in TxtMain.Text. with Main.Refresh () not my work.
Reply
Answers (
1
)
code for flood fill algorith for arbitrary image
download datatable into excel format using c#