Z
Zytan
http://msdn2.microsoft.com/en-us/system.windows.forms.control.focus(VS.80).aspx
this page says:
"Focus is a low-level method intended primarily for custom control
authors. Instead, application programmers should use the Select method
or the ActiveControl property for child controls, or the Activate
method for forms."
I am trying to give a Numeric UpDown control focus. Only Focus()
works. But this says to not use it.
What am i supposed to do?
Zytan
this page says:
"Focus is a low-level method intended primarily for custom control
authors. Instead, application programmers should use the Select method
or the ActiveControl property for child controls, or the Activate
method for forms."
I am trying to give a Numeric UpDown control focus. Only Focus()
works. But this says to not use it.
What am i supposed to do?
Zytan