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

C#

 
AnswerRe: Increment / change object name Pin
Pete O'Hanlon5-Dec-06 3:31
mvePete O'Hanlon5-Dec-06 3:31 
GeneralRe: Increment / change object name Pin
gkurts5-Dec-06 4:31
gkurts5-Dec-06 4:31 
GeneralRe: Increment / change object name Pin
Pete O'Hanlon5-Dec-06 5:02
mvePete O'Hanlon5-Dec-06 5:02 
AnswerRe: Increment / change object name Pin
Guffa5-Dec-06 4:46
Guffa5-Dec-06 4:46 
QuestionHow to copy SQL server schema to ORACLE or any other RDBMS please Pin
NK75-Dec-06 2:33
NK75-Dec-06 2:33 
QuestionInvalid or missing keycodeV2.dll Pin
Shah Khalid5-Dec-06 1:37
Shah Khalid5-Dec-06 1:37 
Question"Closing" and "FormClosing" difference ? Pin
stancrm5-Dec-06 1:07
stancrm5-Dec-06 1:07 
AnswerRe: "Closing" and "FormClosing" difference ? Pin
Mandaar Kulkarni5-Dec-06 2:14
Mandaar Kulkarni5-Dec-06 2:14 
My understanding is the Application class is doing the trick here.

If you see the Application class in VS2003 (Framework 1.1) you don't get the collection of all open forms, whereas Application class in VS2005 has a property OpenForms of FormCollection type.

Therefore when Application.Exit() method is invoked in VS2003 it will fire the closing event of only that form which has called the method.

Whereas in VS2005 when Application.Exit() method is invoked, it will try to close all the open form. (That is why the message "Form2 Closing" is coming twice in your case.)

I hope I am not going wrong! If so please let me know. Smile | :)
QuestionNeed Urgent Help Pin
dhanabalanr5-Dec-06 0:58
dhanabalanr5-Dec-06 0:58 
AnswerRe: Need Urgent Help Pin
J4amieC5-Dec-06 2:28
J4amieC5-Dec-06 2:28 
GeneralRe: Need Urgent Help Pin
dhanabalanr5-Dec-06 16:59
dhanabalanr5-Dec-06 16:59 
QuestionDropdown list in windows forms Pin
krishna195-Dec-06 0:54
krishna195-Dec-06 0:54 
AnswerRe: Dropdown list in windows forms Pin
Mandaar Kulkarni5-Dec-06 1:03
Mandaar Kulkarni5-Dec-06 1:03 
QuestionPlz Plz help me Pin
imshimshal5-Dec-06 0:45
imshimshal5-Dec-06 0:45 
GeneralRe: Plz Plz help me Pin
Martin#5-Dec-06 1:02
Martin#5-Dec-06 1:02 
GeneralRe: Plz Plz help me Pin
imshimshal6-Dec-06 19:39
imshimshal6-Dec-06 19:39 
GeneralRe: Plz Plz help me Pin
Martin#6-Dec-06 22:36
Martin#6-Dec-06 22:36 
AnswerPlz Plz dnt us smsspk in da 4rm Pin
J4amieC5-Dec-06 4:43
J4amieC5-Dec-06 4:43 
GeneralRe: Plz Plz dnt us smsspk in da 4rm Pin
imshimshal6-Dec-06 19:40
imshimshal6-Dec-06 19:40 
Questionhow to select Rows based on row count Pin
Rmesh5-Dec-06 0:24
Rmesh5-Dec-06 0:24 
AnswerRe: how to select Rows based on row count Pin
_mubashir5-Dec-06 0:46
_mubashir5-Dec-06 0:46 
QuestionGetting group names Pin
quiteSmart5-Dec-06 0:21
quiteSmart5-Dec-06 0:21 
Questionexcluding a node from loading in datagridview Pin
Yustme4-Dec-06 22:49
Yustme4-Dec-06 22:49 
AnswerRe: excluding a node from loading in datagridview Pin
quiteSmart4-Dec-06 23:11
quiteSmart4-Dec-06 23:11 
GeneralRe: excluding a node from loading in datagridview Pin
Yustme4-Dec-06 23:21
Yustme4-Dec-06 23:21 

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.