I need to execute this code during form load but the problem is that it either takes ages to show the form or does things I don't want it to do. Is there a way to run code in parallel with the form load so that the form still shows, but the extra code that is required to execute at the start, still operates?
An example would be if you try to hide the form in the Form_Load procedure, as soon as the procedure has finished, the form shows itself in the taskbar, even if you have chosen to hide it.




Reply With Quote