I've searched a bit, and with google keyword "no" or "not" it get so general so I can't really find it
I have a textbox and I don't want the textbox to have the focus on load, so I've put the tabindex to 1 but it still get focus on load.
I know I could use method like Select = false
but in my opinion it should not be required since the form itself should have focus on load not a textbox
Could use some help thank you