Click here to Skip to main content
15,901,666 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Running SWF file from Windows Forms Pin
pix_programmer31-Mar-11 6:23
pix_programmer31-Mar-11 6:23 
GeneralRe: Running SWF file from Windows Forms Pin
Dave Kreskowiak31-Mar-11 9:54
mveDave Kreskowiak31-Mar-11 9:54 
AnswerRe: App Modal Dialogs + Desktop Pin
Richard MacCutchan9-Mar-11 5:58
mveRichard MacCutchan9-Mar-11 5:58 
GeneralRe: App Modal Dialogs + Desktop Pin
Richard MacCutchan9-Mar-11 6:10
mveRichard MacCutchan9-Mar-11 6:10 
Questionhow to limit the number of winform objects to one Pin
John Robert Wilk24-Feb-11 5:26
John Robert Wilk24-Feb-11 5:26 
AnswerRe: how to limit the number of winform objects to one Pin
Luc Pattyn24-Feb-11 5:50
sitebuilderLuc Pattyn24-Feb-11 5:50 
GeneralRe: how to limit the number of winform objects to one Pin
John Robert Wilk24-Feb-11 6:44
John Robert Wilk24-Feb-11 6:44 
AnswerRe: how to limit the number of winform objects to one Pin
Luc Pattyn24-Feb-11 6:49
sitebuilderLuc Pattyn24-Feb-11 6:49 
I still sense some confusion. You can close a modeless form (that is one shown through Show() as opposed to a modal dialog, which gets shown by calling ShowDialog()) by calling its Close() method, no need to override anything.

However, if you want to limit the number of open windows, why not just NOT open them, rather than closing them once you decided they are too many?

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

GeneralRe: how to limit the number of winform objects to one Pin
John Robert Wilk24-Feb-11 6:53
John Robert Wilk24-Feb-11 6:53 
AnswerRe: how to limit the number of winform objects to one Pin
Manfred Rudolf Bihy9-Mar-11 11:58
professionalManfred Rudolf Bihy9-Mar-11 11:58 
QuestionProblem adding new element to the project of type 2008 .mdf database Pin
FJJCENTU23-Feb-11 23:39
FJJCENTU23-Feb-11 23:39 
AnswerRe: Problem adding new element to the project of type 2008 .mdf database Pin
Dave Kreskowiak27-Feb-11 11:41
mveDave Kreskowiak27-Feb-11 11:41 
QuestionRadio Button Pin
pix_programmer22-Feb-11 20:22
pix_programmer22-Feb-11 20:22 
AnswerRe: Radio Button Pin
Eddy Vluggen24-Feb-11 0:37
professionalEddy Vluggen24-Feb-11 0:37 
QuestionWhere can I get a Form Generator? Pin
Ger Hayden18-Feb-11 23:50
Ger Hayden18-Feb-11 23:50 
AnswerRe: Where can I get a Form Generator? Pin
dan!sh 19-Feb-11 0:18
professional dan!sh 19-Feb-11 0:18 
GeneralRe: Where can I get a Form Generator? Pin
Ger Hayden19-Feb-11 0:24
Ger Hayden19-Feb-11 0:24 
GeneralRe: Where can I get a Form Generator? Pin
Eddy Vluggen19-Feb-11 2:01
professionalEddy Vluggen19-Feb-11 2:01 
QuestionPlacing Code - InitializeComponent Function() Pin
pix_programmer15-Feb-11 1:15
pix_programmer15-Feb-11 1:15 
AnswerRe: Placing Code - InitializeComponent Function() Pin
Ger Hayden15-Feb-11 2:26
Ger Hayden15-Feb-11 2:26 
AnswerRe: Placing Code - InitializeComponent Function() Pin
Luc Pattyn15-Feb-11 5:26
sitebuilderLuc Pattyn15-Feb-11 5:26 
QuestionProblem in resizing controls. Pin
priyamtheone12-Feb-11 4:17
priyamtheone12-Feb-11 4:17 
AnswerRe: Problem in resizing controls. Pin
Manfred Rudolf Bihy12-Feb-11 4:30
professionalManfred Rudolf Bihy12-Feb-11 4:30 
GeneralRe: Problem in resizing controls. Pin
priyamtheone14-Feb-11 4:41
priyamtheone14-Feb-11 4:41 
GeneralRe: Problem in resizing controls. Pin
Manfred Rudolf Bihy14-Feb-11 5:01
professionalManfred Rudolf Bihy14-Feb-11 5:01 

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.