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
Deepak Rai
NA
45
9.1k
Close the current form when new form opened in MDI?
Jan 7 2014 4:35 AM
private void
Form1(
object
sender,
EventArgs
e)
{
if (ActiveMdiChild !=
null
)
ActiveMdiChild.Close()
Form2
frm2 = new
Form2
();
frm2.MdiParent =
this
;
frm2.Show();
}
where the Teacher_Entry is a form
This code works on MS Visual Studio 2008 but not in MS Visual Studio2005 please send me the answer for this...
Reply
Answers (
0
)
How to add scale bar on image in C#
Autocomplete from db to textbox in MVC