C
Cybertof
Hello,
I would like to focus on a special control on my form during Form_Load
inialisation. The focused control may change according to internal
parameter value (so it's not always the same control).
How to do it ?
Example :
tbName.Focus();
My problem is that within the FormLoad, setting focus on a control does
not seem to have effect.
Regards,
Cybertof.
I would like to focus on a special control on my form during Form_Load
inialisation. The focused control may change according to internal
parameter value (so it's not always the same control).
How to do it ?
Example :
tbName.Focus();
My problem is that within the FormLoad, setting focus on a control does
not seem to have effect.
Regards,
Cybertof.