B
BobRoyAce
I have code that I want to execute as soon as the form comes up. This
code includes code that shows a status form indicating processing
activity, a form that immediately closes once the processing activity
is completed. I can't call it from the Load event as it will execute
before the form is visble. Where is the best place to put code like
this? I thought that perhaps the place would be in the VisibleChanged
event. However, if I put it there, it still executes before the form
is visible.
code includes code that shows a status form indicating processing
activity, a form that immediately closes once the processing activity
is completed. I can't call it from the Load event as it will execute
before the form is visble. Where is the best place to put code like
this? I thought that perhaps the place would be in the VisibleChanged
event. However, if I put it there, it still executes before the form
is visible.