Click here to Skip to main content
15,905,323 members
Home / Discussions / C#
   

C#

 
GeneralRe: alternitive to CurrentForm CurForm = new CurrentForm(); Pin
#realJSOP11-Feb-10 7:41
professional#realJSOP11-Feb-10 7:41 
GeneralRe: alternitive to CurrentForm CurForm = new CurrentForm(); Pin
Luc Pattyn11-Feb-10 10:40
sitebuilderLuc Pattyn11-Feb-10 10:40 
QuestionHow to close all form but not application.exit() Pin
nuttynibbles11-Feb-10 5:01
nuttynibbles11-Feb-10 5:01 
AnswerRe: How to close all form but not application.exit() Pin
N a v a n e e t h11-Feb-10 5:06
N a v a n e e t h11-Feb-10 5:06 
GeneralRe: How to close all form but not application.exit() Pin
OriginalGriff11-Feb-10 5:09
mveOriginalGriff11-Feb-10 5:09 
GeneralRe: How to close all form but not application.exit() Pin
N a v a n e e t h11-Feb-10 5:24
N a v a n e e t h11-Feb-10 5:24 
GeneralRe: How to close all form but not application.exit() Pin
OriginalGriff11-Feb-10 5:38
mveOriginalGriff11-Feb-10 5:38 
AnswerRe: How to close all form but not application.exit() Pin
OriginalGriff11-Feb-10 5:08
mveOriginalGriff11-Feb-10 5:08 
Application.OpenForms will return a Forms[] for all open forms. You can for loop through it closing the ones you no longer need (with Form.Close(), obviously). Do not try to foreach loop through, as the Close() may remove it from the array.
If Barbie is so popular, why do you have to buy her friends?

Eagles may soar, but weasels don't get sucked into jet engines.

If at first you don't succeed, destroy all evidence that you tried.

GeneralRe: How to close all form but not application.exit() Pin
nuttynibbles11-Feb-10 5:21
nuttynibbles11-Feb-10 5:21 
GeneralRe: How to close all form but not application.exit() Pin
OriginalGriff11-Feb-10 5:32
mveOriginalGriff11-Feb-10 5:32 
GeneralRe: How to close all form but not application.exit() Pin
nuttynibbles11-Feb-10 5:46
nuttynibbles11-Feb-10 5:46 
GeneralRe: How to close all form but not application.exit() Pin
OriginalGriff11-Feb-10 5:55
mveOriginalGriff11-Feb-10 5:55 
GeneralRe: How to close all form but not application.exit() Pin
nuttynibbles11-Feb-10 6:02
nuttynibbles11-Feb-10 6:02 
AnswerRe: How to close all form but not application.exit() Pin
#realJSOP11-Feb-10 6:00
professional#realJSOP11-Feb-10 6:00 
AnswerRe: How to close all form but not application.exit() Pin
SilimSayo11-Feb-10 9:17
SilimSayo11-Feb-10 9:17 
QuestionUsing Semaphore for multiple threads.... Pin
Jacob Dixon11-Feb-10 4:45
Jacob Dixon11-Feb-10 4:45 
AnswerRe: Using Semaphore for multiple threads.... Pin
N a v a n e e t h11-Feb-10 5:22
N a v a n e e t h11-Feb-10 5:22 
GeneralRe: Using Semaphore for multiple threads.... Pin
Jacob Dixon11-Feb-10 5:37
Jacob Dixon11-Feb-10 5:37 
AnswerRe: Using Semaphore for multiple threads.... Pin
Covean11-Feb-10 5:25
Covean11-Feb-10 5:25 
GeneralRe: Using Semaphore for multiple threads.... Pin
Jacob Dixon11-Feb-10 5:40
Jacob Dixon11-Feb-10 5:40 
GeneralRe: Using Semaphore for multiple threads.... Pin
Jacob Dixon11-Feb-10 5:42
Jacob Dixon11-Feb-10 5:42 
GeneralRe: Using Semaphore for multiple threads.... Pin
Covean12-Feb-10 0:13
Covean12-Feb-10 0:13 
QuestionCreating a live service in c# Pin
Steve-Co11-Feb-10 4:29
Steve-Co11-Feb-10 4:29 
AnswerRe: Creating a live service in c# Pin
#realJSOP11-Feb-10 6:03
professional#realJSOP11-Feb-10 6:03 
GeneralRe: Creating a live service in c# Pin
Steve-Co11-Feb-10 23:32
Steve-Co11-Feb-10 23:32 

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.