On my form's load event, a backgroundworker runs aysnc to call up all the records.
It takes a few seconds but until the backgroundworker completes my form is not really drawn properly on the screen.
The GUI only comes up clearly when the worker is completed.
Please can someone show me how to show the GUI properly on form load while the backgroundworker runs.
Thanks
It takes a few seconds but until the backgroundworker completes my form is not really drawn properly on the screen.
The GUI only comes up clearly when the worker is completed.
Please can someone show me how to show the GUI properly on form load while the backgroundworker runs.
Thanks
Attachments
Last edited: