As the user click the 'new' button, as its click event , i put the following
code.
SendKeys.Send(" {CAPSLOCK}")
But it seems doesn't work.
I would like to default to caplock on and I can't set all the textbox in
uppercase, since the user may need to input 'lower case' .
How can i do that ?
thanks a lot
code.
SendKeys.Send(" {CAPSLOCK}")
But it seems doesn't work.
I would like to default to caplock on and I can't set all the textbox in
uppercase, since the user may need to input 'lower case' .
How can i do that ?
thanks a lot