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
Ali Zaidi
NA
93
11.5k
Why form does not die evn object has been destroyed
Nov 12 2010 6:20 AM
Dear
I am opening a form a menu click
private
void
newToolStripMenuItem_Click(
object
sender,
EventArgs
e)
{
Form
frm =
new
Form
();
frm.StartPosition =
FormStartPosition
.CenterScreen;
frm.MdiParent =
this
;
frm.Show();
}
The form is opening fine But I have a question.
When i passes through these statesments after frm.show() the object "frm" must be die,But form does not clse it self, how it is done,
I mean i want to know,if i am out the brases means object does not exists but it's form exists how it is happning,
Please correct me .
Reply
Answers (
2
)
BindIPEndPoint Delegate with SmtpClient causes endless loop
Oracle Connection from WCF