Home All Groups Group Topic Archive Search About
Author
23 Oct 2006 1:52 PM
BK
Can anyone point me to documentation on the firing order for events in
a form?  Years ago, I programmed in FoxPro and the order was Load,
Init, Show, Activate, GotFocus (LISA G was the acronymn I used).
Anyone have any links to what order is used in .NET?  Thanks,

Author
25 Oct 2006 10:41 PM
GhostInAK [Bastard]
Hello BK,

How about you code up a dummy project and as each even fires, display it
on screen.

-Boo

Show quoteHide quote
> Can anyone point me to documentation on the firing order for events in
> a form?  Years ago, I programmed in FoxPro and the order was Load,
> Init, Show, Activate, GotFocus (LISA G was the acronymn I used).
> Anyone have any links to what order is used in .NET?  Thanks,
>
Author
26 Oct 2006 7:42 PM
Michel Posseth [MCP]
Hello


http://msdn2.microsoft.com/en-us/library/td1s43eb.aspx


regards

Michel Posseth [MCP]


Show quoteHide quote
"BK" <bkunn***@hotmail.com> schreef in bericht
news:1161611556.846009.292400@m73g2000cwd.googlegroups.com...
> Can anyone point me to documentation on the firing order for events in
> a form?  Years ago, I programmed in FoxPro and the order was Load,
> Init, Show, Activate, GotFocus (LISA G was the acronymn I used).
> Anyone have any links to what order is used in .NET?  Thanks,
>