J
JezB
My form startup implements some logic that takes a little while, but my form
isn't showing fully until it has all finished. I write progress messages to
a label and also update a progressbar, and even with Refresh() calls only a
"skeleton" of the form is displayed until all logic is complete.
How can I do this properly ?
isn't showing fully until it has all finished. I write progress messages to
a label and also update a progressbar, and even with Refresh() calls only a
"skeleton" of the form is displayed until all logic is complete.
How can I do this properly ?