Restrict some characters in Edit Box
-
Hi, I have a Edit Box. How can I restrict this Edit Box so that it will accept characters like '=' and ';' This is not MFC based. Win32 only. Thanks in advance.
-
Hi, I have a Edit Box. How can I restrict this Edit Box so that it will accept characters like '=' and ';' This is not MFC based. Win32 only. Thanks in advance.
Handle the
WM_CHAR
message."One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous
-
Hi, I have a Edit Box. How can I restrict this Edit Box so that it will accept characters like '=' and ';' This is not MFC based. Win32 only. Thanks in advance.