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
anand kulkarni
NA
99
48.7k
Opeing non mdi form
Jun 27 2014 10:38 PM
Hello Experts , Good Morning
I have created a feestru form in c # . From the same form I have Report button on the form . From there I am running the report preview form . The code for the Report Button is
this.Hide();
rppreview rppreview = new rppreview();
rppreview.Show();
1] this code loads rppreview form finely . But it run the form as MDI form .
2] When I close the rppreview from I want to again load my feestru form . The code for loading again the feestru from is
this.Close();
feestru newMDIChild = new feestru();
// Set the Parent Form of the Child window.
newMDIChild.MdiParent = this;
// Display the new form.
newMDIChild.Show();
Please Help , Thanks in Advance
regards
anand kulkarni
Reply
Answers (
4
)
How the MD5 encryption and decryption in C#
mvc multiple tables in single context entity framework