Click here to Skip to main content
15,899,825 members
Home / Discussions / C#
   

C#

 
QuestionReplacing dll with the same name Pin
engsrini27-Feb-07 5:46
engsrini27-Feb-07 5:46 
AnswerRe: Replacing dll with the same name Pin
Not Active27-Feb-07 5:51
mentorNot Active27-Feb-07 5:51 
QuestionDisabling Treeview Problem Pin
Khoramdin27-Feb-07 5:31
Khoramdin27-Feb-07 5:31 
AnswerRe: Disabling Treeview Problem Pin
tgrt27-Feb-07 6:25
tgrt27-Feb-07 6:25 
QuestionIs there a Form.Shown Event equivalent in .Net 1.1? Pin
Zoltan Balazs27-Feb-07 5:26
Zoltan Balazs27-Feb-07 5:26 
AnswerRe: Is there a Form.Shown Event equivalent in .Net 1.1? Pin
kubben27-Feb-07 5:36
kubben27-Feb-07 5:36 
GeneralRe: Is there a Form.Shown Event equivalent in .Net 1.1? Pin
Zoltan Balazs27-Feb-07 5:48
Zoltan Balazs27-Feb-07 5:48 
GeneralRe: Is there a Form.Shown Event equivalent in .Net 1.1? Pin
kubben27-Feb-07 6:01
kubben27-Feb-07 6:01 
Here is what is in the Microsoft help file:

Application Startup and Shutdown Events
The Form and Control classes expose a set of events related to application startup and shutdown. When a Windows Forms application starts, the startup events of the main form are raised in the following order:

System.Windows.Forms.Control.HandleCreated

System.Windows.Forms.Control.BindingContextChanged

System.Windows.Forms.Form.Load

System.Windows.Forms.Control.VisibleChanged

System.Windows.Forms.Form.Activated

System.Windows.Forms.Form.Shown

When an application closes, the shutdown events of the main form are raised in the following order:

System.Windows.Forms.Form.Closing

System.Windows.Forms.Form.FormClosing

System.Windows.Forms.Form.Closed

System.Windows.Forms.Form.FormClosed

System.Windows.Forms.Form.Deactivate

The ApplicationExit event of the Application class is raised after the shutdown events of the main form.

Ben
GeneralRe: Is there a Form.Shown Event equivalent in .Net 1.1? Pin
Zoltan Balazs27-Feb-07 6:03
Zoltan Balazs27-Feb-07 6:03 
GeneralRe: Is there a Form.Shown Event equivalent in .Net 1.1? Pin
kubben27-Feb-07 6:30
kubben27-Feb-07 6:30 
QuestionRemoting, Sockets, .... [modified] Pin
Saaaaz27-Feb-07 5:14
Saaaaz27-Feb-07 5:14 
AnswerRe: Remoting, Sockets, .... Pin
originSH27-Feb-07 6:20
originSH27-Feb-07 6:20 
GeneralRe: Remoting, Sockets, .... Pin
Saaaaz28-Feb-07 3:24
Saaaaz28-Feb-07 3:24 
QuestionWhat is the best solution for store html/javascripts Pin
Scripter4727-Feb-07 5:03
Scripter4727-Feb-07 5:03 
AnswerRe: What is the best solution for store html/javascripts Pin
Not Active27-Feb-07 5:10
mentorNot Active27-Feb-07 5:10 
QuestionRe: What is the best solution for store html/javascripts Pin
Scripter4727-Feb-07 5:24
Scripter4727-Feb-07 5:24 
AnswerRe: What is the best solution for store html/javascripts Pin
Not Active27-Feb-07 5:46
mentorNot Active27-Feb-07 5:46 
QuestionRe: What is the best solution for store html/javascripts Pin
Scripter4727-Feb-07 5:51
Scripter4727-Feb-07 5:51 
AnswerRe: What is the best solution for store html/javascripts Pin
Not Active27-Feb-07 6:13
mentorNot Active27-Feb-07 6:13 
QuestionRe: What is the best solution for store html/javascripts Pin
Scripter4727-Feb-07 7:14
Scripter4727-Feb-07 7:14 
AnswerRe: What is the best solution for store html/javascripts Pin
Not Active27-Feb-07 7:46
mentorNot Active27-Feb-07 7:46 
GeneralRe: What is the best solution for store html/javascripts Pin
Scripter4727-Feb-07 8:05
Scripter4727-Feb-07 8:05 
AnswerRe: What is the best solution for store html/javascripts Pin
mike montagne27-Feb-07 10:49
mike montagne27-Feb-07 10:49 
GeneralRe: What is the best solution for store html/javascripts Pin
Scripter4728-Feb-07 2:59
Scripter4728-Feb-07 2:59 
GeneralRe: What is the best solution for store html/javascripts Pin
mike montagne28-Feb-07 5:59
mike montagne28-Feb-07 5:59 

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.