Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

  • *Experts*
Posted
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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...