ldjpr
Member
- Joined
- Jan 11, 2009
- Messages
- 7
- Programming Experience
- 3-5
Hello
I have some code that currently executes when the form loads. I need for the same code to execute when the form is shown. How could I accomplish this if the load event only triggers when the form is loaded?
My flow is:
1. create form - load executes
2. hide form
3. show form
Where can I find the order of the events of a Win form?
Thanks
ld
I have some code that currently executes when the form loads. I need for the same code to execute when the form is shown. How could I accomplish this if the load event only triggers when the form is loaded?
My flow is:
1. create form - load executes
2. hide form
3. show form
Where can I find the order of the events of a Win form?
Thanks
ld