Usually the form paints (appears) until all the code into the Load event has finished.
How can I force the form to paints (appears) before all this code has finished?
I tryed with 'DoEvents' and 'Form_Paint' but, I don't have results.
Any idea will be appreciated.
[This message has been edited by Tonatiuh (edited 02-22-2000).]
