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
jeevan mummadi
NA
157
0
showdialog() methos not working
Feb 16 2010 12:01 PM
hi everyone,
i created two forms, one is parentForm and another one is childForm.
i place one button on parentForm(btnClick).In button Click event i called this below function
button click event
thread obj = new thread(LoadChild);
obj.backgroundprocess = true;
obj.start();
public void LoadChild()
{
chidForm objChild = new childForm();
objChild.ShowDialog();
}
i set parentForm property isMDiContent is true..
and my problem is whenever i am calling this function
childForm openning fine but parentForm also openning without closing childForm..
plz give me anyone solutin...
Reply
Answers (
2
)
desigining issue of windows forms
Radiobutton to texbox