MES Form_Load() only triggers once per session

Ahh that makes sense.
I tried it a couple ways but neither of them selected what I needed to.
First I made a public void called SelectBox and called it under //End Wizard Added Custom Method Calls but nothing happened.
I also tried just adding the code underneath there instead of putting it into a method.
qty = (EpiNumericEditor)csm.GetNativeControlReference(“f1fdcf24-066d-424e-9b59-319a804854fa”);
qty.Select();
Do I need to add a reference in DestroyCustomCode in order for it to work?