|
I am trying to run some code after my form loads, without having to click a button. I have tried the OnLoad event and Activated Event as well as the myForm.Show() method, however, only the outline of the form loads until all the code is done and then it ends. For some reason non eof the child controls on the form load up (just the outlines). Any and all help would be greatly appreciated (as well as any code snippets).
Thanks...Mike. |