Click here to Skip to main content
15,867,568 members
Home / Discussions / C#
   

C#

 
GeneralRe: web based data analysis tool for stocks Pin
alex.almeida15-Feb-07 8:37
alex.almeida15-Feb-07 8:37 
GeneralRe: web based data analysis tool for stocks Pin
tota123415-Feb-07 9:08
tota123415-Feb-07 9:08 
GeneralRe: web based data analysis tool for stocks Pin
alex.almeida16-Feb-07 0:52
alex.almeida16-Feb-07 0:52 
GeneralRe: web based data analysis tool for stocks Pin
tota123420-Feb-07 0:53
tota123420-Feb-07 0:53 
GeneralRe: web based data analysis tool for stocks Pin
alex.almeida26-Feb-07 6:01
alex.almeida26-Feb-07 6:01 
QuestionWebBrowser Control Problem [modified] Pin
stancrm15-Feb-07 1:43
stancrm15-Feb-07 1:43 
AnswerRe: WebBrowser Control Problem Pin
Stefan Troschuetz15-Feb-07 1:49
Stefan Troschuetz15-Feb-07 1:49 
QuestionHow do I'll to close all the windows? Pin
alex.almeida15-Feb-07 1:37
alex.almeida15-Feb-07 1:37 
well I've this trouble, I need to close all the windows in my app....

I'm using MDIForms.
To close some forms I use this code above:
foreach(Form frm in this.MdiChildren)//when this is my MDIParent
{
frm.Close();
}
seems simple but I need to close ShowDialog Forms (ShowDialog isn't a MDIChild), when one ShowDialogForm is open I can't to close it, It's still open, How do I'll to close it?

Thanks
AnswerRe: How do I'll to close all the windows? Pin
allan.gagnon15-Feb-07 3:06
allan.gagnon15-Feb-07 3:06 
GeneralRe: How do I'll to close all the windows? Pin
Stefan Troschuetz15-Feb-07 3:29
Stefan Troschuetz15-Feb-07 3:29 
GeneralRe: How do I'll to close all the windows? Pin
alex.almeida15-Feb-07 6:21
alex.almeida15-Feb-07 6:21 
QuestionHow to stop a particular thread from a ThreadPool Pin
nasambur15-Feb-07 0:17
nasambur15-Feb-07 0:17 
AnswerRe: How to stop a particular thread from a ThreadPool Pin
Martin#15-Feb-07 0:50
Martin#15-Feb-07 0:50 
QuestionEvent fire in design-time Pin
gattish14-Feb-07 23:46
gattish14-Feb-07 23:46 
AnswerRe: Event fire in design-time Pin
Jakub Mller15-Feb-07 0:21
Jakub Mller15-Feb-07 0:21 
GeneralRe: Event fire in design-time Pin
gattish15-Feb-07 0:34
gattish15-Feb-07 0:34 
GeneralRe: Event fire in design-time Pin
Jakub Mller15-Feb-07 0:58
Jakub Mller15-Feb-07 0:58 
AnswerRe: Event fire in design-time Pin
Thomas Stockwell15-Feb-07 1:23
professionalThomas Stockwell15-Feb-07 1:23 
GeneralRe: Event fire in design-time Pin
gattish15-Feb-07 2:02
gattish15-Feb-07 2:02 
GeneralRe: Event fire in design-time Pin
Thomas Stockwell15-Feb-07 9:22
professionalThomas Stockwell15-Feb-07 9:22 
QuestionEnumerate types from referenced assembly in VS2005 macro Pin
Jakub Mller14-Feb-07 23:45
Jakub Mller14-Feb-07 23:45 
QuestionMap some parts of an image [modified] Pin
Muammar©14-Feb-07 23:26
Muammar©14-Feb-07 23:26 
AnswerRe: Map some parts of an image Pin
benjymous14-Feb-07 23:49
benjymous14-Feb-07 23:49 
GeneralRe: Map some parts of an image Pin
Muammar©14-Feb-07 23:57
Muammar©14-Feb-07 23:57 
GeneralRe: Map some parts of an image Pin
Christian Graus15-Feb-07 0:00
protectorChristian Graus15-Feb-07 0:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.