Is there another Form1_Load function?
I need to call a function to exit but I want to have it called right after
the User interface have been loaded and appeared on screen. Right now the
Load function doesn't load the User interface to be viewable and the code I
call the exit function in the load function doesn't really help in my cause.
I like to call exit right after the form has been loaded, is there such a
function?