Click here to Skip to main content
15,895,656 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to do following thing

When i press key from A to Z the focus should be set to the edit box, but when i press other key editbox should not have focus..

i don't know how to remove focus.. I don't want to put another control and giving focus to that control to remove focus from editbox..

Help me..

Thank you
Posted

1 solution

I think you need something to give to focus to. How about creating a readonly editbox, without tabstop and it should also be hidden. You could then give it the focus.

If you are trying to mask special characters away from your control, there are better ways of doing this. Search for mask edit[^], and you will find plenty of options.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900