Hi,

I have a form which has code in it's load event to do some processing.. The problem is, the form does not become visible until the code has completed.. Is there a way of loading a form and allowing it to be visible first before the code executes?

The reason is that this particular code takes awhile. I have a label on the form which says "Please wait...", but like I said earlier, it's not becoming visible until after the code has executed so it serves not purpose..

any help would be appreciated..

Dan