Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
GeneralRe: H/W Pin
Keith Barrow23-Nov-10 6:18
professionalKeith Barrow23-Nov-10 6:18 
AnswerRe: H/W Pin
Richard MacCutchan23-Nov-10 3:26
mveRichard MacCutchan23-Nov-10 3:26 
AnswerRe: H/W Pin
Keith Barrow23-Nov-10 6:27
professionalKeith Barrow23-Nov-10 6:27 
Question64 - Bit IIS Pin
satsumatable23-Nov-10 3:02
satsumatable23-Nov-10 3:02 
AnswerRe: 64 - Bit IIS Pin
Dave Kreskowiak23-Nov-10 4:24
mveDave Kreskowiak23-Nov-10 4:24 
Questionfinal project Pin
om_metab23-Nov-10 1:04
om_metab23-Nov-10 1:04 
AnswerRe: final project PinPopular
Pete O'Hanlon23-Nov-10 1:29
mvePete O'Hanlon23-Nov-10 1:29 
GeneralRe: final project Pin
om_metab13-Dec-11 23:49
om_metab13-Dec-11 23:49 
AnswerRe: final project Pin
PIEBALDconsult23-Nov-10 2:27
mvePIEBALDconsult23-Nov-10 2:27 
GeneralRe: final project Pin
PIEBALDconsult23-Nov-10 17:57
mvePIEBALDconsult23-Nov-10 17:57 
AnswerRe: final project Pin
#realJSOP23-Nov-10 7:04
professional#realJSOP23-Nov-10 7:04 
QuestionReading web page Pin
memk122-Nov-10 22:04
memk122-Nov-10 22:04 
AnswerRe: Reading web page Pin
JF201522-Nov-10 22:15
JF201522-Nov-10 22:15 
AnswerRe: Reading web page [modified] Pin
Sebastien T.22-Nov-10 22:16
Sebastien T.22-Nov-10 22:16 
AnswerRe: Reading web page Pin
Eddy Vluggen23-Nov-10 1:02
professionalEddy Vluggen23-Nov-10 1:02 
GeneralRe: Reading web page Pin
memk123-Nov-10 1:25
memk123-Nov-10 1:25 
GeneralRe: Reading web page Pin
Eddy Vluggen23-Nov-10 1:48
professionalEddy Vluggen23-Nov-10 1:48 
AnswerRe: Reading web page Pin
fjdiewornncalwe23-Nov-10 1:33
professionalfjdiewornncalwe23-Nov-10 1:33 
GeneralRe: Reading web page Pin
memk123-Nov-10 22:14
memk123-Nov-10 22:14 
QuestionC# and VSS Pin
Zeyad Jalil22-Nov-10 21:15
professionalZeyad Jalil22-Nov-10 21:15 
AnswerRe: C# and VSS Pin
Pete O'Hanlon22-Nov-10 22:41
mvePete O'Hanlon22-Nov-10 22:41 
AnswerRe: C# and VSS Pin
PIEBALDconsult23-Nov-10 2:34
mvePIEBALDconsult23-Nov-10 2:34 
QuestionDisable "close box (X button)" on child forms Pin
peropata22-Nov-10 20:53
peropata22-Nov-10 20:53 
AnswerRe: Disable "close box (X button)" on child forms Pin
JF201522-Nov-10 21:05
JF201522-Nov-10 21:05 
GeneralRe: Disable "close box (X button)" on child forms Pin
peropata22-Nov-10 21:51
peropata22-Nov-10 21:51 
On which event from main MDI form should I call AllowClose()?
If I call it from:
private void MDIMainForm_FormClosed(object sender, FormClosedEventArgs e)

OR
private void MDIMainForm_FormClosing(object sender, FormClosedEventArgs e)


ChildForm_FormClosing() is validated first and it does not close child form.

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.