Guest jittery Posted July 29, 2005 Report Posted July 29, 2005 hmm, how do u call a child form from another form?? and how to make the child form to be smaller then the parent such that when i call, the parent form could still be visible at the back? any ways to pass from child form any variables back to the parent??
Guest pai Posted August 10, 2005 Report Posted August 10, 2005 hmm, how do u call a child form from another form?? and how to make the child form to be smaller then the parent such that when i call, the parent form could still be visible at the back? any ways to pass from child form any variables back to the parent?? <{POST_SNAPBACK}> like in a button event: this.Hide(); ViewForm view = new ViewForm(); DialogResult rs = view.ShowDialog(); this.Show();
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now