I've been looking for a good while on how to run a process with a form upon invocation of the form. Basically run the program, the form shows up, the controls get updated, etc.
To clarify, I'm *NOT* talking about anything involving the form events "FormCreate" or "FormShow", because both of these do not fulfill the requirements. Any logic in these events occurs *BEFORE* the form is even shown to the user.
I'm wanting to do something that will be as if the user pressed a button after the form is shown, but will happen immediately upon load.
To clarify, I'm *NOT* talking about anything involving the form events "FormCreate" or "FormShow", because both of these do not fulfill the requirements. Any logic in these events occurs *BEFORE* the form is even shown to the user.
I'm wanting to do something that will be as if the user pressed a button after the form is shown, but will happen immediately upon load.