Does anyone know what is the sequence of event when a form loads?
I have a messagebox.show call in my forms load event if a given situation occurs when the application loads.
However when the situation occurs the messagebox.show goes into an infinte loop which happens before the form is displayed?
I tried putting it in the activated event which allows the form to be displayed but the messagebox is still going into an infinte loop?
What gets called after the form is displayed after the load event?
Thanks
Sorry wrong forum!!!!
I have a messagebox.show call in my forms load event if a given situation occurs when the application loads.
However when the situation occurs the messagebox.show goes into an infinte loop which happens before the form is displayed?
I tried putting it in the activated event which allows the form to be displayed but the messagebox is still going into an infinte loop?
What gets called after the form is displayed after the load event?
Thanks
Sorry wrong forum!!!!
Last edited: