Senior & Expert .Net Developers Discussion Forum by Nyros Technologies

HIRE .Net Expert Developers Programmers Coders From India
Ruby on Rails PHP .Net Developers Community, Nyros Technologies, Kakinada
 
Log in  or IF not a member please REGISTER
Username:
Password:   


Keyword
Log in | Profile 

How to Close All Opened Windows Forms in Windows App

 
Post new topic   Reply to topic    Senior & Expert .Net Developers Discussion Forum by Nyros Technologies Index -> Developing Application Frameworks in .Net
View previous topic :: View next topic  
Author Message
Dheeraj



Joined: 27 Aug 2007
Posts: 109

PostPosted: Fri Sep 12, 2008 5:39 am    Post subject: How to Close All Opened Windows Forms in Windows App Reply with quote

Hi ,

In my windows applications i want to close all opened windows forms by in a single click Event.

Please let me know asap...
Back to top
View user's profile Send private message
manoj



Joined: 21 Aug 2007
Posts: 102

PostPosted: Fri Sep 12, 2008 5:45 am    Post subject: Reply with quote

Hi,

You did not mention whether you are using MDI form or not. if so you are using MDI form as a preent to all your windows form. you can close all child forms like as follows..observer the code...


private void closeAllToolStripMenuItem_Click_1(object sender, EventArgs e)
{

int j = this.MdiChildren.Length;
for (int i = j; i > 0; i--)
// loop for all the mdi children
{

MdiChildren[i - 1].Close();

}

}

try this code.. i hope this will helps you..

all the best.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Senior & Expert .Net Developers Discussion Forum by Nyros Technologies Index -> Developing Application Frameworks in .Net
Page 1 of 1


 latest topics 
 Topics   Replies   Author   Views   Last Post 
No new posts Is there any control like Gridview in WPF?
1 mukundh 12 Fri Jul 30, 2010 11:16 am
setty View latest post
No new posts Getting data from the other pages by sending a request.
1 pavani 8 Fri Jul 30, 2010 10:16 am
rajesh View latest post
No new posts Viewing or Reading an Assembly
0 sek 20 Mon Jul 26, 2010 10:33 am
sek View latest post
No new posts Multiple technologies to develop iPhone applications:
0 Ramya sree 21 Mon Jul 26, 2010 10:09 am
Ramya sree View latest post
No new posts What is the Difference Between CLR, CLS and CTS ?
1 pavani 27 Mon Jul 26, 2010 5:35 am
pavani View latest post
No new posts What is Android and How to install Android SDK.??
0 pavani 17 Mon Jul 26, 2010 4:46 am
pavani View latest post
No new posts Open-source libraries for iPhone application development:-
0 Teena 19 Sun Jul 25, 2010 8:17 am
Teena View latest post
No new posts Famous Mobile Sites:
1 kumar 17 Sun Jul 25, 2010 7:33 am
Teena View latest post
No new posts Introduction to PhoneGap framework
0 Dileep 24 Sun Jul 25, 2010 7:00 am
Dileep View latest post
No new posts Objective-C on Windows:
0 suraj 22 Sun Jul 25, 2010 6:16 am
suraj View latest post




Hire an expert .Net developer / coder / programmer or development team from India now!!

Other Forums : Ruby on Rails   ::   PHP   |   Free unlimited HTML CSS templates download

Nyros Technologies   |   Kakinada City Portal   |   Developers Blog   |   About .Net Experts   |   More