
Signature
HTH
Stoitcho Goutsev (100)
Basically
> Thanks for the response. I was actually looking for the document that
> listed
[quoted text clipped - 13 lines]
>> >
>> > thx
Thanks for the response.
There is a certain sequence during initialization, activation, and disposing.
Upon initialization, after the ctor is called, if the control is a Form
type, can you confirm what I believe the event firing sequence is? i.e.,
Load, HandleCreated, Layout, Paint, ReSize, SizeChanged, Activate,
GotFocus, Shown
Otherwise, I tried to find some time to write a test Form to confirm. I just
thought a document existed somewhere.
thx
> Hi,
>
[quoted text clipped - 27 lines]
> >> >
> >> > thx
Mini-Tools Timm - 03 Jul 2006 17:06 GMT
> Upon initialization, after the ctor is called, if the control is a Form
> type, can you confirm what I believe the event firing sequence is? i.e.,
> Load, HandleCreated, Layout, Paint, ReSize, SizeChanged, Activate,
> GotFocus, Shown
As stated in another response, the order of events can depend on the user's
interaction with the form. However, if you simply open a form then close it
again, the form's events occur in the following order:
Load
Layout
VisibleChanged
Activated
Paint
Closing
Closed
Deactivate

Signature
Timm Martin
Mini-Tools
.NET Components and Windows Software
http://www.mini-tools.com