BryanZM Posted August 5, 2003 Posted August 5, 2003 I would like to fire an event "After" my form is loaded. Not with the Load event. Is there an event out there that will allow for this? What can I do if there is not? What I am doing is loading a datatable asynchronously and showing a Progressbar at the same time. But if I put this code in the Load event of course it fires this "Before" the form is loaded. Any help is greatly appreciated. Thanks, Bryan Quote
*Experts* mutant Posted August 5, 2003 *Experts* Posted August 5, 2003 Activated event would fire after the form is loaded and shown but it will also fire every time your reactivate your form, for example use another application and then get back to your form. Quote
JABE Posted August 6, 2003 Posted August 6, 2003 How about using a thread to load the dataset and firing the thread from the Load event. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.